Commit Graph
100 Commits
Author SHA1 Message Date
Commander1024 61566714a3 Merge branch 'develop' of mowoe.com:reverend/lostplaces-backend into develop 2020-09-28 21:00:20 +02:00
Commander1024 f4ae5c9f77 Merge branch 'temp/migration' into develop 2020-09-28 21:00:06 +02:00
Commander1024 cfe3d222e6 Added a few last tags to DB. 2020-09-28 20:59:10 +02:00
Commander1024 e0d6d81907 Adapted testdata doc. 2020-09-28 20:51:41 +02:00
Commander1024 5e8e865a99 New testdata. Changed geo coords. 2020-09-28 20:48:51 +02:00
Commander1024 3061540396 Fuck me hard, git. 2020-09-28 20:40:09 +02:00
Commander1024 bb119e8636 Fresh and clean initial migration. 2020-09-28 20:30:41 +02:00
Commander1024 14a98deff3 delete testdata. 2020-09-28 20:09:17 +02:00
Commander1024 4919c90ae8 Completely new and fresh initial migration. 2020-09-28 20:05:30 +02:00
Commander1024 5c47587189 Pruned ALL THE SHIT. 2020-09-28 20:05:01 +02:00
Commander1024 3223637471 dirty-save 2020-09-28 19:21:09 +02:00
Commander1024 992f8a7b37 Moved Delete and Alter after datamigration. 2020-09-27 21:01:11 +02:00
Commander1024 c8c3852323 Added basic (empty) 3-way migration. 2020-09-27 20:34:39 +02:00
Commander1024 8d9ab8b088 Add migrations back into repo - preparation for release. 2020-09-27 20:33:56 +02:00
Commander1024 85f2a81ebb Merge branch 'develop' of mowoe.com:reverend/lostplaces-backend into develop 2020-09-22 20:49:00 +02:00
Commander1024 8de23a3f3b Test if linked place matches. 2020-09-22 20:48:56 +02:00
Commander1024 84f13ced80 Obsoleted file with info now in Readme.md 2020-09-22 19:43:32 +02:00
Commander1024 dcd92f7d2a Imported from frontend with changed file / fontnames. 2020-09-22 19:41:28 +02:00
Commander1024 2a944eeefe Updated fonts. 2020-09-22 19:41:04 +02:00
Commander1024 dc93539e23 Added a list of included ressources. 2020-09-22 19:40:48 +02:00
Commander1024 dd58c76aba Fix #13 by allowing map zoom only on focus. 2020-09-22 18:13:42 +02:00
Commander1024 106ef6dac8 Updated OpenLayers to 6.4.3 - incl. source hint. 2020-09-22 13:07:30 +02:00
Commander1024 2bc99c78c2 Translated headings to English. 2020-09-22 12:51:08 +02:00
Commander1024 0185c13a95 New testdata dump with 11 places. 2020-09-21 21:37:45 +02:00
Commander1024 9632040ade Typos and missing docstrings. 2020-09-21 21:37:28 +02:00
Commander1024 85a34b20f9 Added additional tests for album links. 2020-09-20 02:19:05 +02:00
Commander1024 e25f3da5a5 Fixed syntax error, that broke pipenv (update) 2020-09-19 23:31:25 +02:00
Commander1024 4c9234d07a Text formatting. 2020-09-19 23:29:39 +02:00
Commander1024 f5853f7777 Added python docstrings. 2020-09-19 22:50:07 +02:00
Commander1024 eb7fe88d59 Renamed PlaceImageCreateForm to PlaceImageForm. 2020-09-18 23:50:25 +02:00
Commander1024 00ab65d648 Added working tests. 2020-09-18 23:02:59 +02:00
Commander1024 79854f3fa1 Basic fist tests for PhotoAlbum model. 2020-09-18 22:39:18 +02:00
Commander1024 618a152f23 Switched to timezone-aware now() function. 2020-09-18 22:04:19 +02:00
Commander1024 ce91a19068 Merge commit '17b531e181e691055797ec95a030c399f4dbcb8f' into develop 2020-09-18 21:26:55 +02:00
Commander1024 17b531e181 Removed __str__ repr of Voucher and PlaceImage. 2020-09-18 21:26:05 +02:00
Commander1024 222c97d63c Added voucher validity boolean icon display. 2020-09-18 21:19:31 +02:00
Commander1024 6a1229a4ba Added valid column to VouchersAdmin. 2020-09-18 21:03:05 +02:00
Commander1024 2bff4db1d7 Added Voucher expiration check in form using model property. 2020-09-18 21:02:45 +02:00
Commander1024 a3b123a207 Added valid property to VoucherModel. 2020-09-18 21:02:07 +02:00
Commander1024 e698f3b224 Added VouchersAdmin and PlaceImagesAdmin. 2020-09-18 20:40:58 +02:00
Commander1024 c66baaa765 Simplified PlaceImage __str__ repr. 2020-09-18 20:37:54 +02:00
Commander1024 715e953182 Changed __str__ repr of Vouchers. 2020-09-18 20:30:25 +02:00
Commander1024 86915f6ec5 Added list display of Places and PhotoAlbums admin pages. 2020-09-18 20:21:30 +02:00
Commander1024 30b42de86f Delete PlaceImage files including thumbnails on deletion. 2020-09-18 13:40:54 +02:00
Commander1024 21217b067f Add comments and relocate thumbnails, set quality. 2020-09-18 10:47:41 +02:00
Commander1024 9b160d2df0 Sharpen thumbnails. 2020-09-18 10:47:16 +02:00
Commander1024 74a9ee4f39 Resize original images, name files with placename in filename, sharpen. 2020-09-18 10:47:00 +02:00
Commander1024 b0e775d299 Removed session data from testdata dump. 2020-09-17 22:21:25 +02:00
Commander1024 d6b82f1556 Fixed missing "latest locations" on Home when logged in. 2020-09-17 22:02:37 +02:00
Commander1024 3f642daf89 Added first sample testdata + doc doc hints. 2020-09-17 21:27:19 +02:00
Commander1024 858cfe1d3c minor settings 2020-09-17 17:06:44 +02:00
Commander1024 943d647a47 Added basic setup.cfg with source dir for coverage. 2020-09-17 16:14:47 +02:00
Commander1024 c8b3cff5a6 Updated Readme according to change of name and user model. 2020-09-14 17:37:21 +02:00
Commander1024 d993387216 Fixed text repr of Explorer model due to user model change. 2020-09-11 22:43:03 +02:00
Commander1024 aed2856df3 Made the test timezone aware, DateTimeFiled(auto_now_add) already was. 2020-09-11 22:22:03 +02:00
Commander1024 c78858c152 Changed class attibutes to match test expectation. 2020-09-11 22:03:20 +02:00
Commander1024 f49581259e Typo in class name. 2020-09-11 19:32:07 +02:00
Commander1024 f5bf642cd6 Ups, not for the settings file. 2020-09-11 19:23:13 +02:00
Commander1024 7687acb366 Changed scope (?) of remaining local imports. 2020-09-11 19:15:39 +02:00
Commander1024 5b1b23d3e6 Linked to django 3.1, added local_settings import to the very end of file. 2020-09-10 22:20:44 +02:00
Commander1024 bcd003a685 Typos and punctuation. 2020-09-10 22:17:46 +02:00
Commander1024 ca0e1a48dc Deleted obsolete tagify stylesheet and reference. 2020-09-10 09:05:48 +02:00
Commander1024 e08f8f60f2 Changed thumbnail/hero images size to cropped 3:2 aspect ratio. 2020-09-10 07:42:20 +02:00
Commander1024 26e257fe96 Merge branch 'feature/unauth_content' 2020-09-10 00:35:08 +02:00
Commander1024 44b06d1c04 Minor formatting changes. 2020-09-10 00:32:56 +02:00
Commander1024 0c2b1a4699 voucher form length now matches voucher model length. 2020-09-10 00:25:44 +02:00
Commander1024 240b61f428 Formatting. (line-lenght, comments) 2020-09-10 00:21:26 +02:00
Commander1024 64510898bb Removed plaintext privacy policies. 2020-09-10 00:07:25 +02:00
Commander1024 ab7bbdfc5a Linked "reverend" in footer to gitea profile page. 2020-09-09 23:57:23 +02:00
Commander1024 c1925c21c0 Added imprint templates in ger and eng. 2020-09-09 23:36:53 +02:00
Commander1024 bd579ad83e Fixed links, I broke earlier. -.- 2020-09-09 23:36:28 +02:00
Commander1024 c571a56d55 Fixed link. 2020-09-09 22:41:49 +02:00
Commander1024 a0ee491805 Completet German privacy-policy. 2020-09-09 22:41:36 +02:00
Commander1024 0f22e2021c Pulled footer frontend changes. 2020-09-09 22:06:08 +02:00
Commander1024 7b94482cef Removed dev specific settings. 2020-09-09 20:43:49 +02:00
Commander1024 96af47c539 Fixed syntax error. 2020-09-09 20:26:49 +02:00
Commander1024 e17f55d7d3 Merge remote-tracking branch 'origin/master' into feature/unauth_content 2020-09-09 20:22:44 +02:00
Commander1024 1ff136c1a8 Fixed to link targets. 2020-09-08 21:01:24 +02:00
Commander1024 b2abb50fd2 Applied TextSection classes to priv-pol and codex. 2020-09-08 20:51:15 +02:00
Commander1024 ac7f5de304 Updates css from frontend repo with TextSectio font-size increase. 2020-09-08 20:50:43 +02:00
Commander1024 f2b6c3e102 Created a stupid flatpage view and urlpattern. 2020-09-07 22:16:09 +02:00
Commander1024 f98c952d9b This and that. 2020-09-06 21:53:13 +02:00
Commander1024 f13698a856 Added generated privacy polies in Ger and Eng. 2020-09-06 21:04:16 +02:00
Commander1024 45dba48421 Added a few comment lines. 2020-09-06 19:52:02 +02:00
Commander1024 ae2c9ed956 Added footer and pulled it 5em away from maincontent. 2020-09-06 19:46:15 +02:00
Commander1024 1b2b493128 Included footer template. in globall + a bit formatting love. 2020-09-06 19:44:53 +02:00
Commander1024 1dad2cc1e3 Dropped a new main.css with the beta changes for the footer. 2020-09-06 19:20:14 +02:00
Commander1024 24a406851e Let there be social media icons! 2020-09-06 19:17:34 +02:00
Commander1024 6b539866c0 Shoveled missing icons from frontend repo. 2020-09-06 19:14:29 +02:00
Commander1024 e13110f0a2 Changed in-text font and slightly modified padding. 2020-09-04 22:19:30 +02:00
Commander1024 ca92e2eb94 Fixed typo. 2020-09-04 21:46:49 +02:00
Commander1024 fb7880681f Minor indentation fix. 2020-09-03 21:50:27 +02:00
Commander1024 35c4d09d7e Removed About and Contact from sitebar. 2020-09-03 20:43:37 +02:00
Commander1024 924f4821a6 First codex draft. 2020-09-03 20:10:48 +02:00
Commander1024 a119957313 Moved flat templates to subfolder. 2020-09-03 20:06:03 +02:00
Commander1024 6bbc33c9d6 Specified detailed information in home_unauth. 2020-09-03 13:54:02 +02:00
Commander1024 4fbb914aac Added note to registration process and voucher codes. 2020-09-03 13:42:05 +02:00
Commander1024 cba3fe4366 Added codex link to sitebar. 2020-09-03 00:26:26 +02:00
Commander1024 5c3b68252e Added note and link to UrBex codex. 2020-09-03 00:17:42 +02:00
Commander1024 81a5e8246a Added CodexView, template missing. 2020-09-03 00:11:08 +02:00