Commit Graph

5 Commits

Author SHA1 Message Date
Ancuta Morarasu
9f739a53d5 REPO-4132: User 'System' cleanup follow-up (Revert changes in REPO-3743) (#330)
* Reverted changes for REPO-3743 #276
* Changes in PersonService to ensure a consistent behaviour for the System case:
- PersonService.createPerson() throws now an AlfrescoRuntimeException when trying to create a person for the username 'System'
- PersonService.getPerson("System") throws NoSuchPersonException
- PersonService.personExists("System") returns false
* Remove StandardRenditionLocationResolverTest tests from the suite - the RenditionService deprecated, so related tests won't be maintained
* Fixes for the System user case in ImapService
* Update alfresco-data-model 8.27
2019-01-23 20:45:01 +02:00
anechifor
10c2f54c23 REPO-3743: Prevent the creation of built-in authorities, like user SYSTEM, GUEST (#276)
* REPO-3743: Prevent the creation of built-in authorities, like user SYSTEM, GUEST.

* REPO-3743: added a new test and fix the tests that try to create system user.

* REPO-3473: I fix the tests ussing adminUser authentication.

* REPO-3743: Refactor tests authenticate as admin user.

* REPO-3743: fix the tests that used System user

* REPO-3743 clean up system authentication.

* REPO-3743: clean up system authentication

* REPO-3743: changes no permossions

* [maven-release-plugin] prepare release alfresco-repository-7.32-REPO-3743_System

* [maven-release-plugin] prepare for next development iteration

* REPO-3743: change runAsSystem and add setFullAdminAuthentication.

* [maven-release-plugin] prepare release alfresco-repository-7.32-REPO-3743_SystemUser

* [maven-release-plugin] prepare for next development iteration

* REPO-3743: added dependency for branch released data-model

* REPO-3743: added admin user as full authenticated user.

* [maven-release-plugin] prepare release alfresco-repository-REPO-3743-System-clean

* [maven-release-plugin] prepare for next development iteration

* REPO-3743: change the data-model version

* REPO-3743: change dataModel version

* [maven-release-plugin] prepare release alfresco-repository-REPO-3743-System-clean2

* [maven-release-plugin] prepare for next development iteration

* REPO-3743: changes after review.
2018-11-27 11:33:51 +02:00
Alex Mukha
8e1e922b87 REPO-3262 Remove CIFS (#249)
Removal of configuration and most of the classes. Some shared with FTP classes were left in place.
2018-11-05 10:11:01 +00:00
alandavis
93bd511602 REPO-2910: Replace ooo.direct with jod (#46)
REPO-2910 Replace ooo.direct with jod - basic removal of ooo.direct
2017-11-27 16:54:22 +00:00
Alex Mukha
5e247e50b4 REPO-2724 Apply default maven folder structure 2017-07-28 14:51:21 +01:00