summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-266-28/+132
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-252-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-244-46/+62
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-232-0/+52
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-226-0/+256
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-2118-0/+164
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-12-20124-324/+352
|
* Link to HTTPS pageLukas Reschke2014-12-191-2/+2
| | | | Those domains are now accessible via HTTPS
* Merge pull request #12921 from owncloud/user-mail-user-managementThomas Müller2014-12-198-65/+217
|\ | | | | Mail address of users is now changable in the user management
| * Mail address of users is now changable in the user managementMorris Jobke2014-12-188-65/+217
| | | | | | | | | | | | | | | | | | | | | | * introduced new route settings/users/{id}/mailAddress * kept old responses * better error messages * dropped lostpassword.php from settings/ajax * cleaned up the UserList.add() and hand in user object instead of each attribute as another parameter * check for change permission of mail address * proper response messages
* | Merge pull request #12941 from owncloud/wave-accessibility-complianceMorris Jobke2014-12-191-6/+15
|\ \ | | | | | | Wave accessibility compliance
| * | more alt text and label fixes in Personal settingsJan-Christoph Borchardt2014-12-181-6/+15
| | |
* | | Merge pull request #12759 from owncloud/core-reduce-js-and-cssJörn Friedrich Dreyer2014-12-182-0/+2
|\ \ \ | |_|/ |/| | make sure styles and scripts are only loaded once
| * | load showpassord.js conditionally in the template only if neededThomas Müller2014-12-162-0/+2
| | |
* | | Merge pull request #12870 from owncloud/send-mail-new-userThomas Müller2014-12-187-10/+169
|\ \ \ | |_|/ |/| | Send mail for new users
| * | add unit tests for new user create mailMorris Jobke2014-12-161-2/+8
| | |
| * | Send mail for new usersMorris Jobke2014-12-167-10/+163
| |/ | | | | | | | | | | * supply mail address * send mail with username and URL to that mail address * option to temporary enable this feature
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-184-6/+14
| |
* | Merge pull request #12820 from owncloud/user-management-on-large-screensRobin McCorkell2014-12-181-4/+16
|\ \ | | | | | | fix initial loading limit of user management on large screens
| * | fix initial loading limit of user management on large screensMorris Jobke2014-12-121-4/+16
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-172-0/+20
| |/ |/|
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-164-0/+20
| |
* | Merge pull request #12625 from owncloud/app-dependencies-libs-and-commandsBernhard Posselt2014-12-153-7/+12
|\ \ | | | | | | adding dependencies for command line tools and php libraries
| * | rework api of DependencyAnalyzerThomas Müller2014-12-121-3/+3
| | |
| * | adjust styling of missing dependencies in apps managementThomas Müller2014-12-112-4/+9
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-154-0/+14
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1416-0/+46
| | |
* | | Merge pull request #12726 from owncloud/add-filter-for-backend-to-rest-indexMorris Jobke2014-12-131-17/+41
|\ \ \ | |_|/ |/| | Add filter for backend to rest index
| * | Make comment clearLukas Reschke2014-12-121-1/+1
| | |
| * | Comment code pathLukas Reschke2014-12-121-0/+1
| | |
| * | Use limit and offsetLukas Reschke2014-12-121-1/+1
| | |
| * | Use array key instead of valueLukas Reschke2014-12-121-1/+1
| | |
| * | Break loopLukas Reschke2014-12-111-0/+1
| | |
| * | Add filter for 'backend' to user REST routeLukas Reschke2014-12-101-17/+39
| | | | | | | | | | | | | | | | | | | | | | | | This adds a "backend" type filter to the index REST route which is a pre-requisite for https://github.com/owncloud/core/issues/12620 For example when calling `index.php/settings/users/users?offset=0&limit=10&gid=&pattern=&backend=OC_User_Database` only users within the backend `OC_User_Database` would be shown. (requires sending a CSRF token as well) Depends upon https://github.com/owncloud/core/pull/12711
* | | Show user backend in user managementMorris Jobke2014-12-125-22/+47
| | | | | | | | | | | | | | | | | | | | | * add switch to settings to show user backend * user classes for headers and rows to unify the show/hide statement * add user backend to response of user create request * proper markup in settings area
* | | Merge pull request #12790 from owncloud/user-mngt-js-onlyMorris Jobke2014-12-124-112/+70
|\ \ \ | | | | | | | | remove PHP generated user list and move all to the existing JS part
| * | | add comments to user list JS for better understandingMorris Jobke2014-12-121-0/+26
| | | |
| * | | move loading of JS and CSS to templateMorris Jobke2014-12-122-8/+13
| | | |
| * | | remove PHP generated user list and move all to the existing JS partMorris Jobke2014-12-123-104/+31
| | |/ | |/|
* / | [tx-robot] updated from transifexJenkins for ownCloud2014-12-128-0/+56
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1116-6/+44
| |
* | Merge pull request #12611 from owncloud/use-uid-instead-of-loginnameLukas Reschke2014-12-101-1/+1
|\ \ | |/ |/| Use UID instead of login name
| * Use UID instead of login nameLukas Reschke2014-12-041-1/+1
| | | | | | | | Login name can be something different and thus I'm pretty sure this will break in combination with external auth providers such as LDAP.
* | Merge pull request #12711 from owncloud/add-backend-to-rest-indexLukas Reschke2014-12-102-51/+52
|\ \ | | | | | | Expose backend type via REST API
| * | Expose backend type via REST APILukas Reschke2014-12-092-51/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change will expose the user backend via the REST API which is a pre-requisite for https://github.com/owncloud/core/issues/12620. For example: ````json [{"name":"9707A09E-CA9A-4ABE-A66A-3F632F16C409","displayname":"Document Conversion User Account","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/9707A09E-CA9A-4ABE-A66A-3F632F16C409","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"ED86733E-745C-4E4D-90CB-278A9737DB3C","displayname":"Hacker","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/ED86733E-745C-4E4D-90CB-278A9737DB3C","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"71CDF45B-E125-450D-983C-D9192F36EC88","displayname":"admin","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/71CDF45B-E125-450D-983C-D9192F36EC88","lastLogin":0,"backend":"OCA\\user_ldap\\USER_LDAP"},{"name":"admin","displayname":"admin","groups":["admin"],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/admin","lastLogin":"1418057287","backend":"OC_User_Database"},{"name":"test","displayname":"test","groups":[],"subadmin":[],"quota":"default","storageLocation":"\/Users\/lreschke\/Programming\/core\/data\/test","lastLogin":0,"backend":"OC_User_Database"}] ```
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-12-1070-70/+156
| | |
* | | Merge pull request #11214 from owncloud/issue/10836Morris Jobke2014-12-092-1/+7
|\ \ \ | | | | | | | | Add an option to disallow sending sharing emails to non-owncloud users
| * | | Add an option to disallow sending sharing emails to non-owncloud usersJoas Schilling2014-12-092-1/+7
| | | | | | | | | | | | | | | | Fix #10836
* | | | Fix namespace of Files_Encryption outside of the appJoas Schilling2014-12-092-2/+2
|/ / /
* | | Merge pull request #12406 from owncloud/drop-getApps-getUsersThomas Müller2014-12-095-12/+15
|\ \ \ | | | | | | | | Config cleanup - OC_Preferences refactoring