Roberto Rosario
|
ba1c5c1b17
|
Add organization view tests for the tags app.
|
2016-05-27 00:16:46 -04:00 |
|
Roberto Rosario
|
48d88d39e7
|
The folder creation is meant to succeed.
|
2016-05-26 23:52:24 -04:00 |
|
Roberto Rosario
|
de81fc58dd
|
Generalize organization test. Add more organization tests to the folders app.
|
2016-05-26 21:58:31 -04:00 |
|
Roberto Rosario
|
b71ebe45f9
|
Initial sample a organization view test.
|
2016-05-26 14:52:25 -04:00 |
|
Roberto Rosario
|
05a46445d9
|
Don't use on_organization as we may be operating on an organization that is not our own. Return the username and password to be used for tests.
|
2016-05-26 14:47:41 -04:00 |
|
Roberto Rosario
|
907744cf18
|
Document page has to reference to document model.
|
2016-05-25 03:11:55 -04:00 |
|
Roberto Rosario
|
f7fd9634df
|
Change group->user related_name to 'users'. Update all references.
|
2016-05-25 03:07:45 -04:00 |
|
Roberto Rosario
|
796e4cea04
|
Test are completely broken, disable CI for now.
|
2016-05-25 02:55:46 -04:00 |
|
Roberto Rosario
|
b2304119fc
|
Improve the organization app tests.
|
2016-05-25 02:51:58 -04:00 |
|
Roberto Rosario
|
07a124187f
|
Organization related improvements to the permissions app tests.
|
2016-05-25 02:51:32 -04:00 |
|
Roberto Rosario
|
eab5296c7a
|
Organization related improvements to the user management app tests.
|
2016-05-25 02:51:06 -04:00 |
|
Roberto Rosario
|
ab83e23f27
|
Use the new group accessor for the user groups.
|
2016-05-25 02:50:39 -04:00 |
|
Roberto Rosario
|
5e7a62e022
|
Use MayanGroup in the user management views. Filter user for the current organization.
|
2016-05-25 02:49:19 -04:00 |
|
Roberto Rosario
|
e34dffb176
|
Make a hybrid user manager class to allow calling 'create_user' and 'create_superuser' from the on_organization manager.
|
2016-05-25 02:48:35 -04:00 |
|
Roberto Rosario
|
3a2d8bac33
|
Use the organization aware group model in the user serializer. Filter users for the current organization.
|
2016-05-25 02:47:58 -04:00 |
|
Roberto Rosario
|
58d634a395
|
Organization related improvements for the tags app.
|
2016-05-25 02:47:26 -04:00 |
|
Roberto Rosario
|
a0df9d260d
|
Organization support improvements in the common app tests.
|
2016-05-25 02:46:32 -04:00 |
|
Roberto Rosario
|
626cc1cd07
|
Move the organizations.managment module to .utils to avoid class with /management/ folder.
|
2016-05-25 02:45:42 -04:00 |
|
Roberto Rosario
|
c49f8b1def
|
Improve organization support for the folders app.
|
2016-05-25 02:45:20 -04:00 |
|
Roberto Rosario
|
2ca3a67c9c
|
Don't make the default organization name hardcoded.
|
2016-05-25 02:44:24 -04:00 |
|
Roberto Rosario
|
7be1d76f62
|
Move import. Improve comment.
|
2016-05-25 02:44:05 -04:00 |
|
Roberto Rosario
|
c5f64d4805
|
Make the acls app organizations aware.
|
2016-05-25 02:43:12 -04:00 |
|
Roberto Rosario
|
27c1a33762
|
Call the command to create an organization admin during the initial setup stage.
|
2016-05-25 01:08:20 -04:00 |
|
Roberto Rosario
|
ce0b0a9a79
|
Add management command to create an organization admin.
|
2016-05-25 01:08:03 -04:00 |
|
Roberto Rosario
|
90778c709c
|
Style cleanups
|
2016-05-25 01:07:42 -04:00 |
|
Roberto Rosario
|
6e6a6073d2
|
Relate roles to organizations
|
2016-05-25 01:06:57 -04:00 |
|
Roberto Rosario
|
a3a03ec095
|
Add custom Group model that relates to organization.
|
2016-05-25 01:06:20 -04:00 |
|
Roberto Rosario
|
433e295d07
|
Fix folder document list. GitLab issue #273
|
2016-05-24 18:18:40 -04:00 |
|
Roberto Rosario
|
c37430ff12
|
Folders no longer have an user field. GitLab issue #272.
|
2016-05-24 18:09:01 -04:00 |
|
Roberto Rosario
|
0e5521160b
|
Move basic tests from the Site convertion to tests/test_middleware
|
2016-05-24 18:08:33 -04:00 |
|
Roberto Rosario
|
83046882b1
|
Remove repeated migrations.
|
2016-05-24 17:53:33 -04:00 |
|
Baptiste GAILLET
|
56f1a7d537
|
Add initial tests for organizations
|
2016-05-24 17:48:29 -04:00 |
|
Baptiste GAILLET
|
fba20b0a91
|
Fix postgresql organization creation id error after the first migration
|
2016-05-24 17:47:25 -04:00 |
|
Baptiste GAILLET
|
ab69031662
|
Add data migration for organizations apps and change documents migration 35 dependencies to this new migration
|
2016-05-24 17:46:50 -04:00 |
|
Roberto Rosario
|
14bd599387
|
Merge branch 'development' into feature/multi-tenant
|
2016-05-22 17:47:12 -04:00 |
|
Roberto Rosario
|
5ba861f4aa
|
Bump version to 2.1.2
|
2016-05-20 02:41:46 -04:00 |
|
Roberto Rosario
|
c09a237af1
|
Add development makefile. Update changelog. Add release notes for version 2.1.2
|
2016-05-20 02:34:18 -04:00 |
|
Roberto Rosario
|
d1c87fe102
|
Allow MetadataLookup to receive callables. Update the {{ users }} and {{ groups }} metadata lookup options to be callables that return a current list of users and groups and not a queryset. Add integrations test user_managements -> metadata app. Fixes GitLab #290. Thanks to @camiloforero for finding this one.
|
2016-05-19 19:33:58 -04:00 |
|
Roberto Rosario
|
4de3bb99e2
|
Add custom ModelForm class that supports field choice sorting. Use the new form class to sort the user profile language field and the document language fields. Thanks to Baptiste GAILLET @bat79a for the original idea. GitLab issue #292.
|
2016-05-19 18:18:45 -04:00 |
|
Roberto Rosario
|
d71357cf81
|
Merge branch 'development' into feature/multi-tenant
|
2016-05-17 17:02:00 -04:00 |
|
Roberto Rosario
|
004b8c9054
|
Bump version to 2.1.1
|
2016-05-17 05:08:45 -04:00 |
|
Roberto Rosario
|
8712c6ee37
|
PEP8 cleanups.
|
2016-05-17 05:08:21 -04:00 |
|
Roberto Rosario
|
11da303529
|
Update changelog.
|
2016-05-17 05:04:27 -04:00 |
|
Roberto Rosario
|
c97208f609
|
Ensure that the automatic index is created after the default document type is created.
|
2016-05-17 05:02:57 -04:00 |
|
Roberto Rosario
|
0bebef5ba9
|
Add documentation chapter on document languages.
|
2016-05-17 04:07:03 -04:00 |
|
Roberto Rosario
|
27aae995f0
|
The Tesseract OCR backend now reports if the requested language file is missing. GitLab issue #289.
|
2016-05-17 03:49:23 -04:00 |
|
Roberto Rosario
|
4e55b28c43
|
Update build status badge URL.
|
2016-05-17 01:37:03 -04:00 |
|
Roberto Rosario
|
3d722325ca
|
Fix navigation object column resolution. Fixes GitLab issue #288.
|
2016-05-17 01:36:12 -04:00 |
|
Roberto Rosario
|
5959e7362d
|
Merge remote-tracking branch 'origin/master' into merge
|
2016-05-14 01:55:36 -04:00 |
|
Roberto Rosario
|
352457f576
|
Don't add the current user to the template context to avoid triggering user managment action links.
|
2016-05-14 01:49:29 -04:00 |
|