Roberto Rosario
|
aa56e8ae14
|
Update dynamic_search app to work with organizations. Remove Recent search feature.
|
2016-06-30 18:46:26 -04:00 |
|
Roberto Rosario
|
1b8436add7
|
Merge remote-tracking branch 'origin/master' into feature/multi-tenant
|
2016-06-30 16:59:46 -04:00 |
|
Roberto Rosario
|
ce8377da03
|
Update changelog.
|
2016-06-30 16:03:17 -04:00 |
|
Roberto Rosario
|
4b7c4335e1
|
Improve TempfileCheckMixin.
|
2016-06-30 16:02:17 -04:00 |
|
Roberto Rosario
|
4f2744f916
|
Add missing link to the 2.1.3 release notes in the index file.
|
2016-06-30 14:40:18 -04:00 |
|
Roberto Rosario
|
883e1cc510
|
Merge remote-tracking branch 'origin/master' into feature/merge_test
|
2016-06-30 01:00:55 -04:00 |
|
Roberto Rosario
|
9483309332
|
Bump version to 2.1.3.
|
2016-06-29 19:05:38 -04:00 |
|
Roberto Rosario
|
07ac1cbbbe
|
Add version 2.1.3 release notes and update the changelog.
|
2016-06-29 19:02:34 -04:00 |
|
Roberto Rosario
|
e62e6a9a08
|
Remove downloads badge as PyPI downloads tracking is broken and has been marked as "Won't Fix".
https://bitbucket.org/pypa/pypi/issues/396/download-stats-have-stopped-working-again
|
2016-06-29 18:44:51 -04:00 |
|
Roberto Rosario
|
97089670ee
|
Change the file descriptor check to use open files instead. Add decorator to skip open file check. GitLab issue #309.
|
2016-06-29 18:40:15 -04:00 |
|
Roberto Rosario
|
063b325986
|
Fix file descriptor leak in document signature download test.
|
2016-06-28 03:01:29 -04:00 |
|
Roberto Rosario
|
2ea3c08c97
|
Add _future_ import to force unicode.
|
2016-06-28 03:01:04 -04:00 |
|
Roberto Rosario
|
f3f5cff36e
|
Add missing temporary cleanup for the office documents section.
|
2016-06-28 01:53:53 -04:00 |
|
Roberto Rosario
|
d0aee4f72b
|
Add parameter to fs_cleanup function to close a file descriptor before closing it. GitLab issue #309.
|
2016-06-27 19:21:42 -04:00 |
|
Roberto Rosario
|
5ac1276f25
|
Add base test class that includes unclaimed temporary and file descriptor test mixins. GitLab issue #309.
|
2016-06-27 19:20:42 -04:00 |
|
Roberto Rosario
|
113ad144e0
|
Add test mixins for file descriptor leaks and unclaimed temporary files. GitLab issue #309.
|
2016-06-27 19:19:37 -04:00 |
|
Roberto Rosario
|
debec7b4a2
|
Update the django_gpg app to support organizations.
|
2016-06-24 04:22:49 -04:00 |
|
Roberto Rosario
|
0be3e130c1
|
Merge branch 'master' into feature/merge2
|
2016-06-24 03:28:36 -04:00 |
|
Roberto Rosario
|
dd28e3dc09
|
Allow superusers to login from any organization.
|
2016-06-24 03:26:24 -04:00 |
|
Roberto Rosario
|
09e375654d
|
Improve verbose name of custom group model. Allow user to be created without belonging to an organization, this is used for superusers.
|
2016-06-24 03:24:35 -04:00 |
|
Roberto Rosario
|
c531631a37
|
Update Changelog.
|
2016-06-23 22:32:12 -04:00 |
|
Roberto Rosario
|
a76a55f70a
|
Incorporate temp file check in teh GenericViewTestCase class.
|
2016-06-23 22:31:08 -04:00 |
|
Roberto Rosario
|
98e6ba2b50
|
Cleanup temporary files after running the poppler parser. GitLab issue #309. Thanks to @miek770 for finding the issue and solution.
|
2016-06-23 20:56:53 -04:00 |
|
Roberto Rosario
|
945158bd60
|
Normalize handling of temporary file and directory creation.
|
2016-06-23 20:54:10 -04:00 |
|
Roberto Rosario
|
ab831aa493
|
Fix setting message, no longer are temp project wide temp folders created by default.
|
2016-06-23 20:28:39 -04:00 |
|
Roberto Rosario
|
ba493cf984
|
Update document_states app to support organizations.
|
2016-06-10 19:59:09 -04:00 |
|
Roberto Rosario
|
9ffcfeb49b
|
Use simple password hasher to speed up tests.
Before: Ran 346 tests in 156.928s
After: Ran 346 tests in 144.324s
|
2016-06-08 19:30:45 -04:00 |
|
Roberto Rosario
|
41f68cf435
|
Remove unused import.
|
2016-06-08 19:30:34 -04:00 |
|
Roberto Rosario
|
072bfcf2aa
|
Use organization manager.
|
2016-06-08 19:30:20 -04:00 |
|
Roberto Rosario
|
6a258e4a02
|
Remove remarked imports.
|
2016-06-08 19:30:04 -04:00 |
|
Roberto Rosario
|
59fbe2d409
|
Turn on all warnings when running tests.
|
2016-06-08 19:29:45 -04:00 |
|
Roberto Rosario
|
aa0f48b1a0
|
Update OCR app to use organizations.
|
2016-06-08 19:29:20 -04:00 |
|
Roberto Rosario
|
a2f8e8b8d8
|
Finish updating checkouts app to support organizations.
|
2016-06-08 16:58:57 -04:00 |
|
Roberto Rosario
|
7ae0917564
|
Fix document app tests.
|
2016-06-08 02:02:25 -04:00 |
|
Roberto Rosario
|
ff30268a4b
|
Fix folder api tests.
|
2016-06-08 01:59:32 -04:00 |
|
Roberto Rosario
|
5466dcdad3
|
Convert metadata app to use organizations.
|
2016-06-08 01:37:15 -04:00 |
|
Roberto Rosario
|
2035602836
|
Make the organization and rest api tests cleaner to import from other modules.
|
2016-06-08 01:26:01 -04:00 |
|
Roberto Rosario
|
326919271a
|
Merge branch 'development' into feature/multi-tenant
|
2016-06-06 05:20:43 -04:00 |
|
Roberto Rosario
|
043233f79e
|
The UserEditView view add the "user" context variable and confuses the base.html template. Update the base template to use *request.user* instead of just *user* to access the currently logged user. GitLab issue #295.
|
2016-06-06 05:17:28 -04:00 |
|
Roberto Rosario
|
883e623a15
|
User self.setdout instead of print as per documentation: https://docs.djangoproject.com/en/1.8/howto/custom-management-commands/#django.core.management.BaseCommand.style
|
2016-06-06 04:55:07 -04:00 |
|
Roberto Rosario
|
728121b1bb
|
Add help message when initialsetup migration phase fails. GitLab issue #296.
|
2016-06-06 04:54:05 -04:00 |
|
Roberto Rosario
|
331a4da3b3
|
Don't create a default organization on each initialization of the organization app. GitLab issue #297.
|
2016-06-06 02:54:32 -04:00 |
|
Roberto Rosario
|
017dc67d3c
|
Fix trashed document list view url name.
|
2016-06-01 12:19:41 -04:00 |
|
Roberto Rosario
|
aea00db37e
|
Replace imports of Group for MayanGroup.
|
2016-05-31 01:23:24 -04:00 |
|
Roberto Rosario
|
629cc24090
|
Add OrganizationAdminMixin. Enable OrganizationAdminMixin for the tags, folders and user_management apps.
|
2016-05-31 01:22:15 -04:00 |
|
Roberto Rosario
|
f799d379d1
|
Remove print statement.
|
2016-05-30 23:55:25 -04:00 |
|
Roberto Rosario
|
8221f90fd3
|
Improve tags app organization test.
|
2016-05-30 23:55:02 -04:00 |
|
Roberto Rosario
|
f6dfff5949
|
Use the OrganizationTestCase class for the tags app model tests.
|
2016-05-30 23:54:32 -04:00 |
|
Roberto Rosario
|
38eb65151a
|
Use the GenericAPITestCase for the documents and tags api tests.
|
2016-05-30 23:52:23 -04:00 |
|
Roberto Rosario
|
8435b8444a
|
Add REST API base test case class.
|
2016-05-30 23:51:28 -04:00 |
|