Commit graph

106 commits

Author SHA1 Message Date
4b2b4d2e6b html in feed 2020-04-25 11:07:29 +02:00
d6f0b20652 fix the fix 2020-04-24 00:09:16 +02:00
504b7b3cac fix document deletion 2020-04-24 00:06:27 +02:00
d10d7cfe5f fix feed 2020-04-24 00:06:19 +02:00
a3efcca29a public files visible, but not downloadable 2020-04-23 22:47:24 +02:00
23faa2bb69 sort document lists by their status 2020-04-15 21:54:55 +02:00
264dc9485d fix "see hidden" permission check 2020-04-15 21:26:14 +02:00
54f57e1531 fix random crash if no documents present 2020-04-15 21:22:09 +02:00
fb73142de5 fix has_file 2020-04-14 15:53:39 +02:00
c77c5ea829 reorder admin filters to match columns 2020-04-14 15:52:55 +02:00
c70baad218 add status to admin table 2020-04-14 15:36:35 +02:00
757f30b53c add "has file" column 2020-04-14 15:34:24 +02:00
e724748a5f refactoring 2020-04-14 15:34:13 +02:00
02c157337c avoid duplicating randomly selected and recent 2020-04-13 21:07:54 +02:00
b85520f7b8 add item pubdate to rss feed 2020-04-07 18:23:47 +02:00
b79cd1c531 add max length to document description 2020-04-02 19:05:08 +02:00
b7b4f7f92c split views for label and label with doc, restore sanity 2020-04-01 21:00:11 +02:00
24d3f4686a fix label failing to render for non-pdfs 2020-04-01 20:45:51 +02:00
112a1728d5 forgotten link to label for non-pdf documents 2020-04-01 20:45:38 +02:00
e022981027 add markdown parsing 2020-04-01 19:10:35 +02:00
ce29e64299 random document listing 2020-04-01 01:50:41 +02:00
13b17710c8 retrieve document with label as the default 2020-04-01 01:10:26 +02:00
5168ee6840 add title to result pdf 2020-04-01 00:50:15 +02:00
25ded403b7 mention this on the detail page 2020-04-01 00:47:05 +02:00
1367f05e00 also try concatenating local pdf files with labels 2020-04-01 00:42:47 +02:00
ca91572ab4 add data migration to localize files with external URLs 2020-04-01 00:34:40 +02:00
80889a9a58 add pdf label 2020-04-01 00:13:57 +02:00
d1c17c3c73 fix dev/prod settings 2020-03-31 22:41:33 +02:00
01e2c2d697 fix admin filtering 2020-03-29 12:35:16 +02:00
ae90e25de6 add action to bulk mark documents as public/hidden 2020-03-29 11:47:01 +02:00
03c13e2238 add "status" to Document, no function yet 2020-03-29 11:44:10 +02:00
edd8ceb858 re-order fields in Document model for better admin 2020-03-29 11:41:28 +02:00
4a2217c528 hidden -> public 2020-03-29 11:34:45 +02:00
e95c3f81f5 improve admin (filter by hidden, show hidden) 2020-03-20 16:37:26 +01:00
3cea57950b don't return soft-deleted docs 2020-03-20 16:34:57 +01:00
ece0a1cc5c exclude hidden in rss feed 2020-03-20 16:30:22 +01:00
9f61506839 add hidden documents, fix untagged 2020-03-20 16:27:43 +01:00
954cdd8d97 fix url to uploaded docs 2020-03-20 13:21:18 +01:00
9d619f035e admin site title and header 2020-03-20 11:21:28 +01:00
bcdfb0ca90 admin improvements (add filters, search) 2020-03-19 17:33:46 +01:00
a71f9deba6 fix opengraph in all document listing 2020-03-19 00:12:42 +01:00
5611978f57 forgotten opengraph tags 2020-03-19 00:04:29 +01:00
9eb91aaf66 cosmetics 2020-03-18 23:52:15 +01:00
67503dd7b4 proper 404 exceptions 2020-03-18 23:49:42 +01:00
8337c6eb87 add rss 2020-03-18 23:41:56 +01:00
bd75ea5fa0 add favicon, fix .gitignore 2020-03-18 23:09:49 +01:00
f7de21af72 minor deploy fixes
ALLOWED_HOSTS, STATIC_ROOT, `exec` in run.sh
2020-03-18 23:03:48 +01:00
c7711d27c4 add gunicorn, deploy script 2020-03-18 22:24:11 +01:00
7336fd1c71 forgotten migration 2020-03-18 22:02:20 +01:00
8d4010702a DJANGO REWRITE // DJANGO REWRITE // DJANGO REWRITE
feature parity, except pdf labels
2020-03-18 21:58:15 +01:00