Commit graph

49 commits

Author SHA1 Message Date
ba3ed04b44 Improved calendar month view 2023-05-17 20:52:33 +02:00
a24386c45e Add Page.get_perms() + more material icons 2023-05-16 22:38:21 +02:00
0801e841ad Improve calendar and nl-list 2023-04-06 23:02:07 +02:00
63a2b60f1d Add .article-header and .article-actions classes to view.html 2023-04-06 22:10:55 +02:00
191e235137 added /manage/ and /manage/accounts/ views, added TOC to template 2023-03-22 09:49:38 +01:00
c46b07a3b2 version advance, schema changes, style changes, terms and privacy policy, added installer script 2023-03-17 23:26:05 +01:00
9f9525ecd1 Improved calendar view 2023-03-17 11:40:34 +01:00
a8b24f2765 minor fixes + update version number 2023-03-16 14:52:55 +01:00
2887d94a8c rename .html templates to .jinja2 for more consistency 2023-03-16 14:17:50 +01:00
7f050afb8b fixed markdown extensions 2023-03-16 14:08:40 +01:00
5f4370f953 Extensions don’t work anymore on Python 3.10 (Markdown 3.4.1), adding a way to disable them. 2023-03-12 10:03:01 +01:00
6f53cd3836 Implemented calendar 2023-02-10 14:15:21 +01:00
d2cef14c38 Added edit comments, user contributions and improved history page 2023-01-08 17:59:52 +01:00
f4d536dc47 Improved users, now /create and /edit require user login, changed savepoint() helper 2023-01-07 23:04:06 +01:00
83e2c892b3 Added importer and ability to register accounts 2023-01-05 11:46:54 +01:00
506fefc1f0 small fixes 2022-12-16 20:24:49 +01:00
9e8e6e0eec added CSS variables and exporting pages 2022-11-30 18:07:59 +01:00
eef7f001d5 Add katex_url from custom CDN 2022-11-12 22:33:50 +01:00
00bd1128d1 Add login/logout routes 2022-11-12 11:15:06 +01:00
d45d5c4284 add csrf token to forms #2 2022-11-10 21:54:48 +01:00
0b5286fb8a Schema changes + introducing CSRF. You have to run python3 -m migrations.0_6to0_7 to continue using 2022-11-10 18:13:08 +01:00
e449e06b5d Introduce migrations folder + improve README.md + add custom CDN for Material Icons 2022-11-10 16:37:30 +01:00
b09d32d5e8 version advance + i18n change 2022-11-09 14:56:41 +01:00
4524436a5b Update version number 2022-06-12 16:20:02 +02:00
43a7be95f8 Add option to specify a different config file; update README and CHANGELOG 2022-06-12 11:10:41 +02:00
249fdad1bc Add opt out from math in query string 2022-06-07 17:56:06 +02:00
5f06aa7e9b Add database url support 2022-05-30 13:16:07 +02:00
c4e7c65ab2 Add math into preview 2022-05-29 17:44:52 +02:00
f50511759b add page leaderboard, fix issue with spoilers by monkey-patching 2022-05-21 23:33:23 +02:00
78d938e266 Version advance, remove upload table, add backlinks, add (optional) math with markdown_katex (experimental) 2022-05-21 01:56:46 +02:00
74c9bcf213 Add ability to restore drafts 2022-05-18 12:10:27 +02:00
4097e79bbb Style changes 2022-05-18 02:37:51 +02:00
c53cc54d1a Add client drafts, add app version to template 2022-05-17 22:55:37 +02:00
733ea8cce1 Remove magic words and uploads, deprecate upload endpoints, style changes, version advance 2022-05-10 22:35:21 +02:00
5d18cee75e Add firstHeading styles 2021-12-24 17:56:38 +01:00
01476fff5d Deprecate magic words 2021-10-17 18:02:29 +02:00
99af43d499 Add embed page utility 2021-10-06 23:03:59 +02:00
479d8eecc0 Adding some extensions and appearance improvements. 2021-10-06 22:48:14 +02:00
ec720743b3 Add circles extension 2021-09-04 08:10:28 +02:00
b06a9b578e Fix markdown_striketrugh import not working 2021-08-03 19:48:33 +02:00
472045cbfd customize page limit 2021-08-03 19:21:26 +02:00
a5bda3e170 Add sync support 2021-08-03 11:41:18 +02:00
cb87ec347d Restyle most recent list: add grid 2021-07-27 21:41:41 +02:00
64f8b98acd Add config parsing 2021-07-25 17:41:44 +02:00
53559dc4f2 Add PagePolicy and PagePolicyKey tables, some indexes and flags on Page table.
Schema changes; please run migration tool on existing Page table to continue using:

    from playhouse.migrate import SqliteMigrator, migrate
    migrator = SqliteMigrator(database)
    migrate(
        migrator.drop_column('page', 'is_redirect'),
        migrator.add_column('page', 'flags', BitField())
    )
2021-04-04 20:05:19 +02:00
6b1c57726d slight UI changes 2021-04-02 23:52:28 +02:00
0394e4b0d4 Add JS page info 2021-03-14 22:50:49 +01:00
812c95f341 Enable light/dark switch without JS 2021-02-23 23:54:29 +01:00
c2bf966dac initial commit (it has come late tho 🙁) 2021-02-23 22:54:08 +01:00