Commit Graph

17 Commits

Author SHA1 Message Date
rr-
7fa8593b0a client/general: improve URL escaping
Specifically, cater for /, + and % in URL components.
2016-09-04 02:07:22 +02:00
rr-
6c29377f6b server/db: allow full DSN; use memdb in tests
The earlier commit is still relevant as it allows to integrate real
database when needed.
2016-08-16 21:42:09 +02:00
rr-
73feba4b77 docs/install: improve notes about self hosting 2016-06-03 21:28:03 +02:00
rr-
f1108a878b docs/install: fix instructions 2016-06-03 20:19:55 +02:00
Paweł Pastuszak
5ab89387ba docs/install: fix dependency name 2016-06-03 00:27:54 +02:00
rr-
8ebf113ba4 docs/install: fix obsolete info 2016-04-21 10:25:46 +02:00
rr-
4df05fe3ec docs/install: update example config 2016-04-13 13:19:15 +02:00
rr-
e8aeb11081 server/users: add avatar support 2016-04-09 22:38:57 +02:00
rr-
55cc7b59e4 client+server: switch to yaml config 2016-04-06 22:36:04 +02:00
rr-
9ce67b64ed server/api: add password reminders 2016-04-03 18:26:16 +02:00
rr-
d44bcdf3da server/util: add date time parser 2016-04-03 12:12:57 +02:00
rr-
e487adcc97 split files into client/ and server/ 2016-04-01 18:48:16 +02:00
rr-
3b996d01e5 docs/install: fix nginx redirection 2016-04-01 12:42:47 +02:00
rr-
a32795e8e6 docs/install: fix headers 2016-04-01 10:17:14 +02:00
rr-
81a51abbeb docs+scripts: use virtualenv for Python deps 2016-03-30 23:23:03 +02:00
rr-
888f095ef0 docs/install: update instructions 2016-03-28 01:20:32 +02:00
rr-
797ace982f start
Done so far

Basic backend skeleton

- technology choices
- database migration outline
- basic self hosting facade
- basic REST outline
- proof of concept for auth and privileges

Basic frontend skeleton

- technology choices
- pretty robust frontend compilation
- top navigation
- proof of concept for registration form
2016-03-27 23:05:10 +02:00