af1f0c2254ClientCertForm now uses directly passed submit param instead of self.controls['submit_foo'].value
phryk phryksen
2018-05-13 21:40:21 +0200
161cced8afapparently even more work on testing. added user-facing clientcerttoken creation to profile, at least one random bug-fix, also some nicer styling for notifications
phryk
2018-05-08 03:53:14 +0200
78a705352dremoved now unneeded import of unittest
phryk
2018-04-29 06:22:47 +0200
fb1bab8ca5Don't deploy this. Contains 'fix' to OwnedPermission logic that makes things worse. Also moved testing to pytest and added first simple crud tests
phryk
2018-04-29 06:00:06 +0200
a316326af6bugfix in select.jinja which led to integer 0 not being usable as value
phryk
2018-04-23 17:48:16 +0200
bd333a880fthis should fix a bug in SVG url generation
phryk
2018-04-19 21:30:01 +0200
2373431d8faaand the inevitable fix for the last commit
phryk
2018-04-17 01:37:57 +0200
04cc0e0461totally untested commit that maybe fixes a datetime issue of the import command (and possibly elsewhere)
phryk
2018-04-17 01:35:39 +0200
1840cde5cahopefully a fix for a bug in cli export
phryk
2018-04-17 01:11:43 +0200
330fe9b8acmade documentation cached
User Phryk
2018-04-06 18:41:00 +0200
a420fcb0a4fixed one or two little bugs in on_profile logic
User Phryk
2018-04-06 17:12:00 +0200
59bac30a7dadded FIXME
User Phryk
2018-04-06 07:11:56 +0200
7f6e9bb84ctiny css fix
User Phryk
2018-04-06 05:51:00 +0200
835bfa04a3made Storable.load more sensible, fixed bug that broke user display when not invoked over .view, improved comment styling in admin area
User Phryk
2018-04-06 05:44:09 +0200
f06045ddf6removed header from Renderable views in 'inline' mode, made [Map]Dataset.plot use inline mode
User Phryk
2018-04-06 04:52:11 +0200
05b20e8760user about now only shown on first page of profile listing
User Phryk
2018-04-06 04:21:31 +0200
2dc67a98eddate of commentables now actually displayed
User Phryk
2018-04-06 00:27:31 +0200
bcb9dd2235fixed tiny bug in bury_tokens that lead to an invalid query on postgres
User Phryk
2018-04-05 17:11:58 +0200
10422f7527cleaned up logic and output of profile listing a bit
User Phryk
2018-04-05 16:32:12 +0200
a72cf8a69cfixed bug in storage.Pagination
User Phryk
2018-04-05 02:16:55 +0200
20912cc2e2more sensible exception handling in menu_actions
User Phryk
2018-04-05 01:42:06 +0200
7de896f4c3bugfix for user profile listing
User Phryk
2018-04-05 01:12:08 +0200
4e1a32ed46literally the same change as in the last commit, but one class further down
User Phryk
2018-04-04 00:52:02 +0200
5c4f58e523fix in DateParamType
User Phryk
2018-04-04 00:49:50 +0200
79f6eeebf9possible fix for a (postgres?) issue
User Phryk
2018-04-03 19:06:59 +0200
265a8ef63etesting teardown now deletes stuff of the actual project, not always 'example'
User Phryk
2018-04-03 18:36:03 +0200
eb81fac24dfixed nasty problem with running tests of the cli subsystem
User Phryk
2018-04-01 16:10:00 +0200
f4f50a445cclient cert lifetime is now a user choice, started work on testing integration
User Phryk
2018-03-29 14:11:32 +0200
8fb7de8805clientcert expiry warnings now sensible, fix for deletion of redeemed clientcerttokens, a tiny bit of cleanup for svg/maps
User Phryk
2018-03-27 01:39:00 +0200
d4fb68a247another performance improvement for permission checking
User Phryk
2018-03-24 04:45:28 +0100
5884e8a707better performance for permission checking with locked_cached_property, added profiling support, optimized profile_listing (or at least made it cause less queries)
User Phryk
2018-03-23 20:50:47 +0100
39c37a30c9profile listing implemented, some cleanup, some styling, probably a lot more that i forgot i did
User Phryk
2018-03-20 23:28:34 +0100
7e24ab7b1ffixed another issue with the move to peewee 3.x, tweaked config templates
User Phryk
2018-03-18 18:17:28 +0100
0f73670c80fixed missing import in auth/__init__.py
User Phryk
2018-03-10 09:01:48 +0100
1cdd8a9c79moar fix
User Phryk
2018-03-08 20:55:50 +0100
3dd8e237f5fixed a small problem in upload introduced by some upstream change
User Phryk
2018-03-08 20:46:04 +0100
d539bbb836better styling for File
User Phryk
2018-03-08 11:50:37 +0100
fc99db0b90template fixes for administerable and userpermission
User Phryk
2018-03-08 11:33:42 +0100
936cc138c1proper centering for link.svg
User Phryk
2018-03-08 07:52:04 +0100
9fa7da0430added dark variation for link.svg
User Phryk
2018-03-08 07:36:26 +0100
767e2fb573added new icons
User Phryk
2018-03-08 06:49:58 +0100
c8b48ea970form fields only show label if explicitly supplied again
User Phryk
2018-03-05 17:31:19 +0100
cf8da561d320% cooler trees
User Phryk
2018-03-05 17:04:04 +0100
658d96dc2cfixed bug in Administerable.menu_actions, made help_text display in forms suck less
User Phryk
2018-03-04 02:03:47 +0100
a75a712e6fdirectly importing flask.redirect into poobrains namespace now
User Phryk
2018-03-03 01:30:28 +0100
0acb815b92fucking typo
User Phryk
2018-03-03 01:21:35 +0100
6ad88a084cfixed a bug with empty foreign key fields in export command
User Phryk
2018-03-03 01:20:24 +0100
4ffbc46f8ftiny id fix in radio.jinja
User Phryk
2018-03-03 00:58:17 +0100
2b9f55445dadded random delay to ClientCertToken.process to make timing side channel attacks harder, added ids referenced in labels to form field templates where mising
User Phryk
2018-03-03 00:55:15 +0100
12f550ff82undoing the last "fix" :F
User Phryk
2018-02-27 23:34:12 +0100
f06ec00118tiny css fix for :target'et elements
User Phryk
2018-02-27 23:31:04 +0100
8af3129d7fnojs modal views for images because i fucking can.
User Phryk
2018-02-27 23:06:43 +0100
40c33e6081updated robots doc
User Phryk
2018-02-26 22:23:00 +0100
0a85d71600disallow /doc/ in robots.txt
User Phryk
2018-02-26 20:56:12 +0100
2d58ba3777removed background from plot for extra swagger
User Phryk
2018-02-26 03:56:56 +0100
1c0a8a1e6ffix?
User Phryk
2018-02-26 03:32:07 +0100
50c149b223fixed(?) a psql/sqlite compatibility problem introduced by peewee 3
User Phryk
2018-02-26 03:26:39 +0100
25da2aa313tiny styling fix
User Phryk
2018-02-26 03:04:58 +0100
eca930e28atiny css fix that should've happened months ago
User Phryk
2018-02-26 02:10:18 +0100
19f73f8c99got rid of stupid form approach for MapDataset in favor of paginated related_form
User Phryk
2018-02-26 02:04:57 +0100
cae414a385fixed menu_related for peewee 3
User Phryk
2018-02-26 01:55:17 +0100
6bca288e36fixed bug in footer tag listing for taggables, also i think i fixed something in commenting?
User Phryk
2018-02-25 21:37:34 +0100
8f49a0d243fixed RegexpConstraint (not tested on postgres yet!), ported _meta.order_by from peewee 2 over into poobrains because peewee 3.x dropped it
User Phryk
2018-02-25 03:52:23 +0100
8a2c44f217fixing bug introduced in previous commit
User Phryk
2018-02-24 20:24:48 +0100
ed3dd37da5ported poobrains from peewee 2 to 3
User Phryk
2018-02-21 20:36:26 +0100
368b858f5amoar better performance
User Phryk
2018-01-29 03:09:41 +0100