Commit Graph

84 Commits

Author SHA1 Message Date
phryk f02a85dba5 bucketload of theming work 2024-09-01 18:52:27 +02:00
phryk fabe3b5742 fixed css representation in util.Color 2024-09-01 18:51:25 +02:00
phryk 58221b2e20 added ?download flag to upload urls to add content-disposition: attachment 2024-09-01 18:50:56 +02:00
phryk 2b54f90f05 fixed bug with abstract descendants of Commentable in CommentCollection.parent 2024-09-01 18:49:26 +02:00
phryk 4b639a8211 fixed typo in comment 2024-09-01 18:46:49 +02:00
phryk 3d6259cdcd removed <picture> everywhere, adjusted styling, some theming work 2024-08-18 10:44:31 +02:00
phryk 22f988ac00 some more theming work, improved modals, nicer warnings for unpublished content 2024-08-16 17:57:08 +02:00
phryk 3fdb60eabe Removed debug exception raise for unknown but valid client certs 2024-08-16 15:14:14 +02:00
phryk b501e645eb (mostly) completed form api, extended test suite 2024-07-31 04:11:42 +02:00
phryk 90fd0ce00b lots of theming work, fixed up some form field implementations 2024-07-27 03:05:56 +02:00
phryk 544340bd2f removed stray debugger call, updated dependencies in readme 2024-07-14 00:54:18 +02:00
phryk be664b534b added .access function used in .view to determine if a user is allowed to see it, added up/down reorder buttons to gallery form, added fonts, did a bunch of theming 2024-07-13 23:09:48 +02:00
phryk 0fa7e47be4 added generic extra_classes parameter to Renderable for CSS, adjusted Menu to use it, added animated fediverse link, greatly improved propaganda administration and did a bunch of smaller things 2024-06-29 05:36:26 +02:00
phryk 6ce3c7e80f added seal message block 2024-06-18 03:38:50 +02:00
phryk cbe675a526 added link to comment moderation to admin menu 2024-06-18 03:37:49 +02:00
phryk 4a56736762 added autogenerated ids to form fields, added markdown support to form field help, moved search help to form field help, added some styling 2024-06-18 00:32:06 +02:00
phryk b95bc9bf4e added dumb badge i put way too much effort into 2024-06-17 01:46:33 +02:00
phryk dc66551e5e changed adblock recommendation to adnauseam, minor styling adjustments 2024-06-16 00:26:56 +02:00
phryk 9d23904d4c implemented page type, used it for frontpage text, added markdown support for titles and did a bunch of theming work 2024-06-15 16:19:08 +02:00
phryk c76f1d55a0 unfinished coveragerc, baseline non-generic uwsgi config, simple article population script 2024-06-13 13:31:12 +02:00
phryk 2f74a2e4c6 renamed .tabs to .menu, moved output of menus for main content from administerable template to layout (main.html) 2024-06-11 20:31:28 +02:00
phryk 3c2fde2600 added root-level block to field base template, removed erroneous checkbox and radiobutton templates, improved groupablefield template 2024-06-11 16:38:51 +02:00
phryk 1bcd18c805 added missing templates for checkbox and radiobutton 2024-06-11 13:29:31 +02:00
phryk 22ac084e9d more theming work 2024-06-11 11:54:12 +02:00
phryk 02cae4d9e5 handling a couple more column types in Administerable.form_field 2024-06-04 13:06:58 +02:00
phryk b7a93cd954 added custom markdown-it-py plugin to break markdown content apart into <sections>, some cleanup and a bunch of theming work 2024-06-03 17:50:44 +02:00
phryk 285c0aff23 added reordering mechanism to form.ElementContainer. Used it to put 'name' field for Named autoforms on top 2024-06-01 15:43:31 +02:00
phryk c793d16408 removed required attribute from form element HTML to conform with partial validation when using fieldsets 2024-05-31 16:42:43 +02:00
phryk 915a5b3c49 added username to security info in header 2024-05-31 16:42:05 +02:00
phryk 2ade24e9f0 refactored form API to use dict-style interface (closes #41) 2024-05-31 16:41:36 +02:00
phryk 674e83470c added link back to CuratedArt, improved form for it, fixed listing order for search and frontpage 2024-05-24 01:48:49 +02:00
phryk 3036e14d2a added frontpage (closes #39), fixed a bug in pagination, adjusted endpoints for frontpage 2024-05-23 23:27:21 +02:00
phryk 3330790956 search now only shows published matches (closes #40) 2024-05-23 22:58:29 +02:00
phryk cd4631d0e6 implemented generic redirection type (closes #35) 2024-05-22 03:32:17 +02:00
phryk cb0b7a3a7c enabled peewee autorollback 2024-05-22 03:31:27 +02:00
phryk 3f9f2fe9ac added admin dashboard (closes #29) 2024-05-21 07:31:13 +02:00
phryk ed6a1a4592 improved login to work with client cert auth, properly implemented published hint for uploads and commentables (closes #37) 2024-05-21 05:58:28 +02:00
phryk 74b4873015 completed cli (closes #38) 2024-05-20 23:33:18 +02:00
phryk a94491cccc added lowerclass lookup for ChildAware descendants, made markdown inline renderer use it. this closes #33 2024-05-20 19:30:21 +02:00
phryk 8ab6184ce8 added client cert auth (closes #15) 2024-05-20 04:10:17 +02:00
phryk 8c0921bdd7 added barebones test suite and test for sha3 auth timing sidechannel 2024-05-20 04:07:53 +02:00
phryk cf46f8d350 improved ScoredLink implementation 2024-05-17 02:56:17 +02:00
phryk 0914c68a4c added help to SearchPage 2024-05-14 06:15:20 +02:00
phryk 36e863de7e greatly reduced trailing state determination for menu links 2024-05-14 04:49:51 +02:00
phryk be0fe58c56 made listing offset urls non-collidable with full view urls, now checking all rules for an endpoint to determine trailing state for menu links 2024-05-14 04:20:47 +02:00
phryk d967213ae7 added block decorator for app and blueprints, used it to place search form site header 2024-05-13 05:57:53 +02:00
phryk c8de1fbfe3 added endpoint_parameters to make paginations work for parameterized routes; used this to properly paginate search 2024-05-13 05:35:26 +02:00
phryk ae91db948a implemented pagination, added item_constructor to listing and support for custom classes in menu items 2024-05-13 04:52:45 +02:00
phryk f8991d4547 basic search implementation works. still needs help texts, ordering (and pagination) 2024-05-10 20:20:47 +02:00
phryk 3a77dae24e search tokens are now implemented as classes 2024-05-09 23:04:06 +02:00