Commit Graph

1278 Commits

Author SHA1 Message Date
Tom Page
e3ce2dedad RM-4262 Refactor common code for making paged queries. 2017-01-16 14:24:51 +00:00
David Webster
a3d50c3f1b RM-3854: Add access control mapping for LockService.isLocked method 2017-01-13 11:26:19 +00:00
Tuna Aksoy
65699e34c3 RM-4586 (Record can be declared a record) / RM-4587 (Folder in collaboration site can be declared a record) 2017-01-09 20:52:33 +00:00
Tom Page
b83b86c6ef RM-4586 Remove a couple of instances of string concatenation in debug logging.
Note that many other instances in this file cannot be improved as the same
message is also needed for an exception message.
2017-01-09 15:54:09 +00:00
Tuna Aksoy
33bcab147b Fixed review comment. 2017-01-09 14:46:33 +00:00
Tuna Aksoy
abc1d120fd Fixed review comments. 2017-01-09 14:41:48 +00:00
Tuna Aksoy
3609b0a3f1 RM-4586 (Record can be declared a record) / RM-4587 (Folder in collaboration site can be declared a record) 2017-01-09 11:59:27 +00:00
Ana Bozianu
c97cdda5dd RM-4572 - check if node still exists 2017-01-07 20:56:14 +02:00
Ana Bozianu
91406b0ccf RM-4572 - make the record id editable only in the transaction the record is created 2017-01-07 15:55:34 +02:00
Ana Bozianu
7bf586630c RM-4572 - removed records id set in test as it is already set in a behavior 2017-01-06 12:13:14 +02:00
Ana Bozianu
38622af676 RM-4572 - executed the action on first event 2017-01-04 19:18:39 +02:00
Ana Bozianu
0f00c63ac1 RM-4436 and RM-4549 - unit tests for record api 2017-01-04 17:57:10 +02:00
Tuna Aksoy
4462899fb1 RM-4570 (Update license headers) 2017-01-02 19:45:32 +00:00
Tuna Aksoy
4cb59970d0 RM-4570 (Update license headers) 2017-01-02 19:21:21 +00:00
Tuna Aksoy
3d7661746c Updated license headers 2017-01-01 11:52:56 +00:00
Oana Nechiforescu
6cd060ae9c Merge merge/upgradeTestDataFrom25 into master. 2016-12-23 13:38:53 +02:00
Oana Nechiforescu
1ba70727ae Merge branch 'release/V2.5' of https://gitlab.alfresco.com/records-management/records-management into merge/upgradeTestDataFrom25
# Conflicts:
#	rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/admin/RecordsManagementAdminServiceImpl.java
2016-12-22 15:29:10 +02:00
Tuna Aksoy
6b7bdc03a4 Merge branch 'feature/FileAndDeclareApi'
Conflicts:
	rm-community/rm-community-repo/source/java/org/alfresco/rm/rest/api/nodes/RecordsEntityResource.java
2016-12-20 20:51:33 +00:00
Tuna Aksoy
a968c247b8 Merge remote-tracking branch 'origin/feature/RM-4362_UpdateAPI_ImplAndDoc' 2016-12-20 16:30:00 +00:00
Tuna Aksoy
10b88b0b95 Merge branch 'feature/RecordsAPISwagger' 2016-12-20 16:25:24 +00:00
Tuna Aksoy
00d426355b Removed unused property from the pom file 2016-12-20 13:03:11 +00:00
Tuna Aksoy
8e864c5ba1 Changed contextPath from "rm-api-explorer" to "ig-api-explorer" 2016-12-19 17:18:45 +00:00
Mihai Cozma
0a1812ef4f MNT 16971 Unable to set an read only alfresco rm
- remove commented code
2016-12-19 16:01:52 +02:00
Mihai Cozma
7bb51b1522 MNT-16971 Unable to set read only using property server.allowWrite=false
-fix transactions permission 
-fix document library view
2016-12-19 15:52:26 +02:00
Ana Bozianu
6a45a6dab6 RM-4436 - implemented file record
RM-4429 - implemented declare record
-renamed the nodes package into fileplancomponents
2016-12-17 23:22:12 +02:00
Tuna Aksoy
b219b4fc89 RM-4565 (Update RM API Explorer dependency and split war files) 2016-12-16 22:06:47 +00:00
Ana Bozianu
aff8b019d8 RM-4429 - moved declare action in files endpoint 2016-12-16 16:50:05 +02:00
Ana Bozianu
94325534fc RM-4418 - added comments and localization 2016-12-16 14:27:01 +02:00
Ana Bozianu
fb6a1c9946 RM-4418 - removed posibility to update content 2016-12-16 11:39:11 +02:00
Ana Bozianu
accf517b2d RM-4362 - removed update content
RM-4430 - documented file record
RM-4429 - documented declare record
2016-12-15 17:09:20 +02:00
Ana Bozianu
79a6a6a4a3 RM-4543 - added clarification that nodeBodyCreate is ignored for multipart uploads 2016-12-12 19:36:13 +02:00
Ana Bozianu
87f2c99a4a RM-4528 - extract original exception so it can be properly mapped to api error code 2016-12-10 14:01:16 +02:00
Ana Bozianu
b9738219d2 RM-4521 - fixed typo 2016-12-07 15:29:36 +02:00
Ana Bozianu
24c5960283 RM-4521 - added info about creation of electronic records 2016-12-07 15:25:19 +02:00
Tom Page
1ff2d38a3a RM-4084 Merge commit 'ca9412e' into master.
UI tests for prevention of orphaned marks.
2016-12-05 15:57:07 +00:00
Ana Bozianu
6ccd8d463f Merge branch 'feature/RM-4503_DocumentAccessDeniedOnRead' into 'master'
Feature/rm 4503 document access denied on read

documented 403 exception - trivial change

See merge request !675
2016-12-05 10:16:56 +00:00
Tom Page
ca9412e1ff RM-4493 Add javax.servlet-api "provided" dependency to community.
This is required to build the community code against Alfresco 5.2-EA, which
we do as part of the enterprise release build.
2016-12-01 09:55:33 +00:00
Ana Bozianu
afa222f695 RM-4503 - documented 403 error for read operations 2016-11-30 16:32:41 +02:00
Ana Bozianu
feb3e90a5e RM-4499 - added check for physical size too 2016-11-30 14:21:48 +02:00
Ana Bozianu
359e3810c4 RM-4499 - added positive number constraint in the model definition 2016-11-30 12:16:49 +02:00
Ana Bozianu
6202a68e58 RM-4359 - added mandatory check and javadoc 2016-11-29 17:44:44 +02:00
Ana Bozianu
c13cbfaed0 RM-4359 - added records endpoint with get/update content requests 2016-11-25 17:36:29 +02:00
Mihai Cozma
0611866018 Revert "Revert "Merge branch 'feature-2.5/Merge_RM4320_to_V2.5' into 'release/V2.5'""
This reverts commit 46ebbbf9fc.
2016-11-25 17:17:55 +02:00
Mihai Cozma
46ebbbf9fc Revert "Merge branch 'feature-2.5/Merge_RM4320_to_V2.5' into 'release/V2.5'"
This reverts commit e6f55df382, reversing
changes made to d90c19522e8844ef8a11d2af3f84891bbe1bf71a.
2016-11-25 16:11:24 +02:00
Mihai Cozma
e6f55df382 Merge branch 'feature-2.5/Merge_RM4320_to_V2.5' into 'release/V2.5'
Feature 2.5/merge rm4320 to v2.5

See merge request !651
2016-11-25 09:25:09 +00:00
Tom Page
80b2fcdd90 RM-4456 Make unit tests work against Alfresco 5.2.b and 5.1.1. 2016-11-24 16:01:06 +00:00
Tuna Aksoy
39642b39a8 RM-4399 (Update Alfresco dependency for RM Community to 5.2.b) 2016-11-23 19:43:25 +00:00
Ana Bozianu
5b055daff3 RM-4360 - added documentation and fixed an error code 2016-11-23 17:31:39 +02:00
Mihai Cozma
fa56fca9f6 Set Alfresco community version to 5.1.g 2016-11-22 14:23:09 +02:00
Mihai Cozma
73a84031ae Merge branch 'feature-2.5/RM-4320_Upgrade_RM_2.5.1_Dependency_to_Alf5.2' into feature/Merge_RM4320_to_V2.5 2016-11-22 11:19:57 +02:00