Commit Graph

825 Commits

Author SHA1 Message Date
User Phryk
d4fb68a247 another performance improvement for permission checking 2018-03-24 04:45:28 +01:00
User Phryk
5884e8a707 better performance for permission checking with locked_cached_property, added profiling support, optimized profile_listing (or at least made it cause less queries) 2018-03-23 20:50:47 +01:00
User Phryk
39c37a30c9 profile listing implemented, some cleanup, some styling, probably a lot more that i forgot i did 2018-03-20 23:28:34 +01:00
User Phryk
7e24ab7b1f fixed another issue with the move to peewee 3.x, tweaked config templates 2018-03-18 18:17:28 +01:00
User Phryk
0f73670c80 fixed missing import in auth/__init__.py 2018-03-10 09:01:48 +01:00
User Phryk
1cdd8a9c79 moar fix 2018-03-08 20:55:50 +01:00
User Phryk
3dd8e237f5 fixed a small problem in upload introduced by some upstream change 2018-03-08 20:46:04 +01:00
User Phryk
d539bbb836 better styling for File 2018-03-08 11:50:37 +01:00
User Phryk
fc99db0b90 template fixes for administerable and userpermission 2018-03-08 11:33:42 +01:00
User Phryk
936cc138c1 proper centering for link.svg 2018-03-08 07:52:04 +01:00
User Phryk
9fa7da0430 added dark variation for link.svg 2018-03-08 07:36:26 +01:00
User Phryk
767e2fb573 added new icons 2018-03-08 06:49:58 +01:00
User Phryk
c8b48ea970 form fields only show label if explicitly supplied again 2018-03-05 17:31:19 +01:00
User Phryk
cf8da561d3 20% cooler trees 2018-03-05 17:04:04 +01:00
User Phryk
658d96dc2c fixed bug in Administerable.menu_actions, made help_text display in forms suck less 2018-03-04 02:03:47 +01:00
User Phryk
a75a712e6f directly importing flask.redirect into poobrains namespace now 2018-03-03 01:30:28 +01:00
User Phryk
0acb815b92 fucking typo 2018-03-03 01:21:35 +01:00
User Phryk
6ad88a084c fixed a bug with empty foreign key fields in export command 2018-03-03 01:20:24 +01:00
User Phryk
4ffbc46f8f tiny id fix in radio.jinja 2018-03-03 00:58:17 +01:00
User Phryk
2b9f55445d added random delay to ClientCertToken.process to make timing side channel attacks harder, added ids referenced in labels to form field templates where mising 2018-03-03 00:55:15 +01:00
User Phryk
12f550ff82 undoing the last "fix" :F 2018-02-27 23:34:12 +01:00
User Phryk
f06ec00118 tiny css fix for :target'et elements 2018-02-27 23:31:04 +01:00
User Phryk
8af3129d7f nojs modal views for images because i fucking can. 2018-02-27 23:06:43 +01:00
User Phryk
40c33e6081 updated robots doc 2018-02-26 22:23:00 +01:00
User Phryk
0a85d71600 disallow /doc/ in robots.txt 2018-02-26 20:56:12 +01:00
User Phryk
2d58ba3777 removed background from plot for extra swagger 2018-02-26 03:56:56 +01:00
User Phryk
1c0a8a1e6f fix? 2018-02-26 03:32:07 +01:00
User Phryk
50c149b223 fixed(?) a psql/sqlite compatibility problem introduced by peewee 3 2018-02-26 03:26:39 +01:00
User Phryk
25da2aa313 tiny styling fix 2018-02-26 03:04:58 +01:00
User Phryk
eca930e28a tiny css fix that should've happened months ago 2018-02-26 02:10:18 +01:00
User Phryk
19f73f8c99 got rid of stupid form approach for MapDataset in favor of paginated related_form 2018-02-26 02:04:57 +01:00
User Phryk
cae414a385 fixed menu_related for peewee 3 2018-02-26 01:55:17 +01:00
User Phryk
6bca288e36 fixed bug in footer tag listing for taggables, also i think i fixed something in commenting? 2018-02-25 21:37:34 +01:00
User Phryk
8f49a0d243 fixed RegexpConstraint (not tested on postgres yet!), ported _meta.order_by from peewee 2 over into poobrains because peewee 3.x dropped it 2018-02-25 03:52:23 +01:00
User Phryk
8a2c44f217 fixing bug introduced in previous commit 2018-02-24 20:24:48 +01:00
User Phryk
ed3dd37da5 ported poobrains from peewee 2 to 3 2018-02-21 20:36:26 +01:00
User Phryk
368b858f5a moar better performance 2018-01-29 03:09:41 +01:00
User Phryk
4564ad68fb fixed really stupid plot performance killer 2018-01-29 02:44:34 +01:00
User Phryk
6f403e9672 i hate :first-letter 2018-01-24 11:30:32 +01:00
User Phryk
1bb7c0f249 fix for the :first-letter decoration which triggered in nested items 2018-01-20 16:16:16 +01:00
User Phryk
89d42de469 typography stuff. made svg.jinja extend renderable.jinja 2018-01-20 16:10:11 +01:00
User Phryk
956bb169bb moar better legibility 2018-01-19 20:59:15 +01:00
User Phryk
e52f80d373 changed main menu font size. always forgetting something… 2018-01-19 17:42:25 +01:00
User Phryk
be83b9b8d0 some typography fixes, some fiddling with svg background 2018-01-19 17:39:15 +01:00
User Phryk
643d4966f2 minor fixes to quickstart 2018-01-19 01:39:31 +01:00
User Phryk
f40b9e810d forgot removing set_trace, i should get some fucking sleep 2018-01-19 01:11:26 +01:00
User Phryk
8dac91395c markdown reference fix for non-storable Renderables (only tested with Documentation) 2018-01-19 01:01:16 +01:00
User Phryk
03eaef7187 what the fuck? 2018-01-19 00:21:09 +01:00
User Phryk
d1efb37d7e whoops, forgot adding actual fonts 2018-01-19 00:19:30 +01:00
User Phryk
a9632ebd98 default fonts now are clearsans and orbitron, some styling work done 2018-01-19 00:16:43 +01:00