summary refs log tree commit diff
path: root/synapse_topology/webui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Noop config if none is set github/joriks/config_util joriks/config_utilJorik Schellekens2019-09-061-1/+2
|
* Key state is set in servenameJorik Schellekens2019-09-051-4/+4
|
* Fix port in useJorik Schellekens2019-09-051-7/+2
|
* Priv ports not workingJorik Schellekens2019-09-051-11/+2
|
* Remove debug outputJorik Schellekens2019-09-051-2/+0
|
* Database defaultsJorik Schellekens2019-09-051-4/+7
|
* Just say the config has been set up.Jorik Schellekens2019-09-052-4/+5
|
* Update state representationJorik Schellekens2019-08-281-3/+3
|
* Handle synapse start correctlyJorik Schellekens2019-08-281-1/+1
|
* Handle synapse start failure correctlyJorik Schellekens2019-08-286-12/+21
|
* Extra support for configuring postgresJorik Schellekens2019-08-285-20/+102
|
* Disable going back when setup is finishedJorik Schellekens2019-08-281-1/+3
|
* FormattingJorik Schellekens2019-08-281-1/+1
|
* Include a done screenJorik Schellekens2019-08-287-2/+84
|
* Handle errors when synapse fails to start.Jorik Schellekens2019-08-282-2/+23
|
* Input validation on servernameJorik Schellekens2019-08-281-8/+15
|
* Error reporting for cert pathsJorik Schellekens2019-08-282-21/+25
|
* Remove option to upload tls certsJorik Schellekens2019-08-281-17/+2
|
* Not importing that from thereJorik Schellekens2019-08-281-1/+1
|
* Remove an endpoint that never existedJorik Schellekens2019-08-281-3/+0
|
* Remove use of servername endpointJorik Schellekens2019-08-284-29/+18
|
* Link front and backend to start synapseJorik Schellekens2019-08-282-11/+7
|
* Don't need to specify thoseJorik Schellekens2019-08-281-10/+3
|
* Don't need those eitherJorik Schellekens2019-08-281-2/+0
|
* Won't be needing thoseJorik Schellekens2019-08-281-2/+0
|
* How was this even remotely working?Jorik Schellekens2019-08-281-3/+3
|
* Fix config tls path bugJorik Schellekens2019-08-281-3/+3
|
* Fix port settingsJorik Schellekens2019-08-281-4/+4
|
* Tweak marginNad Chishtie2019-08-281-1/+1
|
* Add missing spaceNad Chishtie2019-08-281-1/+1
|
* CompileNad Chishtie2019-08-281-1/+1
|
* Simplify select styles to fix cross browser bugsNad Chishtie2019-08-281-7/+2
|
* Separate select & input @mixinsNad Chishtie2019-08-281-14/+2
|
* Fix database configurationJorik Schellekens2019-08-281-1/+3
|
* Reorder & clean up CSS, remove extraneous classes and propertiesNad Chishtie2019-08-281-89/+88
|
* Remove redundant commentsNad Chishtie2019-08-281-7/+0
|
* Use a sane system font stackNad Chishtie2019-08-281-1/+1
|
* Various WIP CSS tweaksNad Chishtie2019-08-282-4/+30
|
* Polish delegation spacingNad Chishtie2019-08-281-2/+6
|
* Polish titles in setup completeNad Chishtie2019-08-283-5/+10
|
* Polish input selectionNad Chishtie2019-08-281-4/+5
|
* Polish buttons that relate to inputNad Chishtie2019-08-283-10/+19
|
* Weird indentJorik Schellekens2019-08-281-3/+3
|
* Disable continue in setup sectionJorik Schellekens2019-08-285-11/+15
|
* Redundent whitespaceJorik Schellekens2019-08-281-3/+0
|
* Synapse port bugJorik Schellekens2019-08-281-3/+7
|
* ClickableJorik Schellekens2019-08-281-3/+3
|
* Some little ui bugsJorik Schellekens2019-08-281-1/+2
|
* So much lint in my lifeJorik Schellekens2019-08-281-1/+1
|
* Open servername ui by defaultJorik Schellekens2019-08-282-8/+18
|
* ChevronJorik Schellekens2019-08-285-2/+16
|
* Only proceed if you've copied/downloadedJorik Schellekens2019-08-282-8/+35
|
* Llittle linJorik Schellekens2019-08-281-0/+1
|
* Nicer TLS button textJorik Schellekens2019-08-281-1/+1
|
* Fix complete setup bugsJorik Schellekens2019-08-282-24/+17
|
* Display port errors inlineJorik Schellekens2019-08-285-38/+74
|
* Linting. Unfortunately we're using 4 spacesJorik Schellekens2019-08-281-81/+81
|
* Just a little lintJorik Schellekens2019-08-281-0/+1
|
* Smoothing out the UI introJorik Schellekens2019-08-286-19/+26
|
* This removes a bug that would otherwise have happenedJorik Schellekens2019-08-282-14/+3
| | | | ... in the future o.0....
* Get rid of annoying warning and unused propJorik Schellekens2019-08-281-1/+1
|
* Nicer port textJorik Schellekens2019-08-281-1/+1
|
* Cursor indicationsJorik Schellekens2019-08-282-1/+11
|
* Fix Delegation skipJorik Schellekens2019-08-281-14/+15
|
* Setting port bugJorik Schellekens2019-08-281-4/+5
|
* Move port entry into tabJorik Schellekens2019-08-281-43/+51
|
* Implement state resets when going back.Jorik Schellekens2019-08-286-46/+226
|
* Remove useless console.logsJorik Schellekens2019-08-282-2/+0
|
* Same console errorJorik Schellekens2019-08-281-2/+2
|
* Fix errormessage in console.Jorik Schellekens2019-08-281-1/+1
|
* Add WIP CSS classesNad Chishtie2019-08-281-43/+117
|
* First cut of visual polish for installer.Nad Chishtie2019-08-286-20/+36
|
* Lint scssJorik Schellekens2019-08-281-70/+70
|
* I hope this doesn't break your design Nad.Jorik Schellekens2019-08-282-95/+80
|
* Love a little less lintJorik Schellekens2019-08-282-69/+71
|
* Linted and loaded.Jorik Schellekens2019-08-2853-1594/+1867
|
* Ignore yarn errorsJorik Schellekens2019-08-281-0/+1
|
* setup linting.Jorik Schellekens2019-08-282-41/+65
|
* Add some structure.Jorik Schellekens2019-08-2870-5941/+1309
|
* Where did this come from?Jorik Schellekens2019-08-281-1291/+0
|
* Highlight invalid ports.Jorik Schellekens2019-08-283-5/+21
|
* Move webui to top levelJorik Schellekens2019-08-2871-0/+9887