summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't defer loading JS to avoid jumpy renderingHEADmasterRené 'Necoro' Neumann32 hours1-1/+1
|
* Home Link brings us homeRené 'Necoro' Neumann32 hours1-1/+1
|
* Add "Site not found" functionalityRené 'Necoro' Neumann32 hours2-1/+20
|
* Overhaul navbar and general site setupRené 'Necoro' Neumann33 hours7-55/+46
|
* Focus Name field automaticallyRené 'Necoro' Neumann33 hours1-1/+1
|
* Upgrade bootstrap versionRené 'Necoro' Neumann34 hours1-2/+2
|
* Yet another place where a string constant is replaced by a unique typeRené 'Necoro' Neumann34 hours1-5/+6
|
* Remove unneeded flagsRené 'Necoro' Neumann35 hours1-6/+0
|
* Remove dummy jsRené 'Necoro' Neumann35 hours1-1/+0
|
* Fix CSRF handling, esp. when errors occur in formRené 'Necoro' Neumann35 hours3-6/+15
|
* Use unique type instead of string keyRené 'Necoro' Neumann35 hours1-3/+4
|
* Update dependenciesRené 'Necoro' Neumann38 hours2-28/+30
|
* ContentRené 'Necoro' Neumann38 hours2-0/+63
|
* Small model changes / ReformattingRené 'Necoro' Neumann2024-02-253-45/+38
|
* Switch from mysql to postgresRené 'Necoro' Neumann2024-02-2212-75/+136
|
* Slight style changesRené 'Necoro' Neumann2024-02-154-1/+13
|
* Allow session key from envRené 'Necoro' Neumann2024-02-151-3/+11
|
* Add "live mode" that refreshes templatesRené 'Necoro' Neumann2024-02-151-2/+25
|
* Start styling with bootstrapRené 'Necoro' Neumann2024-02-154-17/+38
|
* Remove sqlite support: the differences with sqlc just get too cumbersomeRené 'Necoro' Neumann2024-02-1418-447/+74
|
* Load .env fileRené 'Necoro' Neumann2024-02-145-14/+24
|
* CSRF handlingRené 'Necoro' Neumann2024-02-146-2/+36
|
* CleanupRené 'Necoro' Neumann2024-02-143-37/+44
|
* Do not show login-form when logged inRené 'Necoro' Neumann2024-02-141-0/+3
|
* Fix mysql.goRené 'Necoro' Neumann2024-02-141-1/+6
|
* mod tidyRené 'Necoro' Neumann2024-02-141-1/+1
|
* Handle static stuffRené 'Necoro' Neumann2024-02-143-2/+3
|
* Restructure: Move auth and session to their own filesRené 'Necoro' Neumann2024-02-145-128/+204
| | | | Make auth handling nicer.
* session handling and login/logoutRené 'Necoro' Neumann2024-02-133-6/+106
|
* Check username in lowercaseRené 'Necoro' Neumann2024-02-133-9/+9
|
* login handlingRené 'Necoro' Neumann2024-02-131-5/+48
|
* Error handling in formsRené 'Necoro' Neumann2024-02-133-2/+7
|
* SQL loggingRené 'Necoro' Neumann2024-02-136-9/+78
|
* Replace chi by http/net ServeMuxRené 'Necoro' Neumann2024-02-133-34/+38
|
* mysqlRené 'Necoro' Neumann2024-02-133-0/+10
|
* Include generated sql filesRené 'Necoro' Neumann2024-02-119-2/+465
|
* Include form handlingRené 'Necoro' Neumann2024-02-117-5/+62
|
* Use `chi` as routerRené Neumann2024-02-113-2/+17
|
* Add templatingRené Neumann2024-02-106-53/+87
|
* First SQL setupRené Neumann2024-02-1012-2/+343
|
* InitialRené Neumann2024-02-103-0/+21