Commit Graph
4023 Commits
Author SHA1 Message Date
Roberto Rosario 815fb2ec01 Add placeholder serializer class to avoid errors with Django REST Swagger 2014-10-14 04:34:15 -04:00
Roberto Rosario ce5fd2e684 Add document indexing API endpoint to return the document indexes to which a document belongs 2014-10-14 04:29:44 -04:00
Roberto Rosario f80ad671e5 Fix object level filtering based on permission 2014-10-14 04:29:14 -04:00
Roberto Rosario e8891257ce No need to hide the DocumentSerializer import anymore 2014-10-14 04:14:24 -04:00
Roberto Rosario 2f3d62feac Use more consistent names 2014-10-14 04:12:35 -04:00
Roberto Rosario bc13129e3b Close issue #77, add document view permission to the search app 2014-10-14 04:00:14 -04:00
Roberto Rosario 85c789c039 Register the search app search endpoint 2014-10-14 03:58:45 -04:00
Roberto Rosario 780c55e255 Add dynamic_search app API endpoints, simplify ModelSearch class and search views 2014-10-14 03:40:46 -04:00
Roberto Rosario 24a1a35a4c Update required Django REST framework version 2014-10-14 03:36:25 -04:00
Roberto Rosario 229df00e4a Fix typo 2014-10-14 03:36:11 -04:00
Roberto Rosario 0f3c72d095 Remove remaked lines 2014-10-14 03:35:34 -04:00
Roberto Rosario 597415c224 Fix API view name 2014-10-14 03:33:55 -04:00
Roberto Rosario 8e03dd50fd Improve API documentation templating 2014-10-14 01:25:07 -04:00
Roberto Rosario 28a7c9789c Add document_indexing API endpoints 2014-10-13 19:12:16 -04:00
Roberto Rosario 32974f035d Remove unneeded accesor method 2014-10-13 18:21:21 -04:00
Roberto Rosario c09b423292 Use a modern way to define classes getters & setters 2014-10-13 17:54:11 -04:00
Roberto Rosario 8200204ddc Convert the 'document_save_to_temp_dir' utility function into a method of the Document model 2014-10-13 17:51:28 -04:00
Roberto Rosario f3de7f84f2 Remove translations for the web_theme app 2014-10-13 17:41:09 -04:00
Roberto Rosario 8e4342da9e PEP8 cleanups 2014-10-13 17:39:49 -04:00
Roberto Rosario 01a15d7f0c PEP8 cleanups 2014-10-13 17:33:23 -04:00
Roberto Rosario 8a40ade735 Fix group list view context 2014-10-13 17:27:36 -04:00
Roberto Rosario 5b25f286f3 Fix missed lower case title 2014-10-13 17:27:19 -04:00
Roberto Rosario 0df1e32cbb Close issue #69 2014-10-13 17:20:07 -04:00
Roberto Rosario 6e3b62363e Solve issue #70 2014-10-13 17:16:14 -04:00
Roberto Rosario bcc71bebd2 Issue #56, remove print preview unused code 2014-10-13 17:08:23 -04:00
Roberto Rosario e26c6c1905 Use the page_count method which can cache the result 2014-10-11 03:47:56 -04:00
Roberto Rosario d86f53f81c Use the cached page count 2014-10-11 03:31:02 -04:00
Roberto Rosario b158b48556 Cache a document versions page count 2014-10-11 03:30:41 -04:00
Roberto Rosario 95850a919a Cache a document's latest version 2014-10-11 03:21:14 -04:00
Roberto Rosario 34af0ce3f6 Remove unused web theme files 2014-10-11 02:52:40 -04:00
Roberto Rosario c0b5bbb9c2 Update upcoming version 1.1 release notes 2014-10-11 02:48:33 -04:00
Roberto Rosario a546aa4c30 Remove unused media file 2014-10-11 02:33:05 -04:00
Roberto Rosario 0116e34aec Capitalize the title 2014-10-11 02:28:59 -04:00
Roberto Rosario 6bcc74fe35 Add the debug template context processor and INTERNAL_IPS with default value to the base settings file 2014-10-11 02:27:15 -04:00
Roberto Rosario 486e7c77b0 Issue #56, Remove unused template 2014-10-11 02:23:14 -04:00
Roberto Rosario 36694cc5c5 Set the ignore_result option for the tasks that don't return values 2014-10-11 02:05:40 -04:00
Roberto Rosario feb90cb426 Improve registration view workflow now that a queued task is used 2014-10-11 01:59:38 -04:00
Roberto Rosario ce6bef79a6 Add the bing argument to enable .self access 2014-10-11 01:59:23 -04:00
Roberto Rosario 76c7324214 Pass task configuration to the decorator, not to the task itself 2014-10-11 01:54:04 -04:00
Roberto Rosario 47a3a9ff62 Issue #57, update the registration app to use Celery 2014-10-11 01:53:33 -04:00
Roberto Rosario dd1832d0c9 Add retry and rate limit support to the installation task 2014-10-11 01:43:07 -04:00
Roberto Rosario 597dfa8628 Issue #57, convert installation app to use celery 2014-10-11 01:23:39 -04:00
Roberto Rosario fde037f857 Remove APScheduler, it is no longer used by Mayan EDMS 2014-10-11 01:13:48 -04:00
Roberto Rosario a75a4edf21 Issue #39, Finish capitalizing source text messages 2014-10-10 02:29:37 -04:00
Roberto Rosario 0479c0a3cb Update documents app tests 2014-10-10 02:02:42 -04:00
Roberto Rosario 1e9d01c673 Move default ACLS application, recent document setting and document creation event from the Source model to the Document model
Now event document directly created by the save() method of the Document model will have those properties set
2014-10-10 01:55:32 -04:00
Roberto Rosario 37875df7a1 Add missing imports, PEP8 cleanups 2014-10-09 20:25:55 -04:00
Roberto Rosario 9662d14e9c Issue #40, finish remaining '/' hardcoded redirects 2014-10-09 20:05:42 -04:00
Roberto Rosario 9f0b9e3622 Remove local.py from the repository 2014-10-09 19:37:00 -04:00
Roberto Rosario 9bf1b3b95a Improve the settings method, allow for execution of mayan-edms.py without an existing local.py file 2014-10-09 19:34:51 -04:00