Commit graph

24 commits

Author SHA1 Message Date
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