summaryrefslogtreecommitdiffstats
path: root/settings
Commit message (Collapse)AuthorAgeFilesLines
* don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-172-3/+10
|
* only cleanUp the remaining keys if the migration really finished succesfullyBjoern Schiessle2015-07-161-0/+2
|
* Handle returned null value in app level codeMorris Jobke2015-07-141-2/+2
| | | | | | * getApplication on OCSClient can also return null this is now handled properly * fixes #17587
* Fix global app list stateVincent Petry2015-07-022-2/+29
|
* Add missing version fieldLukas Reschke2015-06-291-2/+2
|
* Merge pull request #17222 from owncloud/issue-17101-send-oc-version-to-app-storeLukas Reschke2015-06-291-1/+1
|\ | | | | Send OC version to appstore so it can reply with the right links
| * Send OC version to appstore so it can reply with the right linksJoas Schilling2015-06-291-1/+1
| |
* | Merge pull request #17050 from owncloud/request-status-from-ocsLukas Reschke2015-06-291-0/+18
|\ \ | |/ |/| Request approved state for disabled apps with ocsid
| * Also load enabled appsLukas Reschke2015-06-291-0/+9
| |
| * Request approved state for disabled apps with ocsidLukas Reschke2015-06-191-0/+9
| | | | | | | | | | | | | | | | In case an application gets disabled the level is set to "experimental" if it does not contain a `shipped` tag. This can for example be reproduced by installing the documents app from the appstore and then disabling it. Or cloning an app from git. With this change the controller will now load the level of the application from the appstore if a valid OCSID has been provided. Fixes https://github.com/owncloud/core/issues/17003
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2914-2/+94
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2812-0/+40
| |
* | Merge pull request #17163 from owncloud/update-licensesLukas Reschke2015-06-2715-8/+13
|\ \ | | | | | | Update license headers
| * | update license headers and authorsMorris Jobke2015-06-2515-8/+13
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2736-70/+14
| | |
* | | Merge pull request #17190 from owncloud/lock-changelabelThomas Müller2015-06-261-2/+2
|\ \ \ | | | | | | | | Rename experimental to transactional file locking
| * | | Rename experimental to transactional file lockingVincent Petry2015-06-261-2/+2
| |/ /
* / / [tx-robot] updated from transifexJenkins for ownCloud2015-06-262-0/+2
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2516-10/+52
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-2460-76/+32
| |
* | Accept this language change at your own riskJoas Schilling2015-06-231-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-234-4/+30
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-222-2/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-214-4/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-202-2/+20
|/
* Merge pull request #16889 from owncloud/group-sorting-fixesJoas Schilling2015-06-194-10/+61
|\ | | | | Only sort by group name when LDAP is involved
| * Do not return backends but add a method to check for oneJoas Schilling2015-06-161-6/+4
| |
| * Only sort by group name when LDAP is involvedJoas Schilling2015-06-164-10/+49
| |
| * Always keep "Everyone" and "admin" at the top of the listJoas Schilling2015-06-161-0/+14
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-1812-24/+94
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-1718-18/+18
| |
* | Merge pull request #16856 from ↵Lukas Reschke2015-06-163-13/+31
|\ \ | |/ |/| | | | | owncloud/issue-15851-fetch-updates-after-page-completion Load the update information asyncroniously to fix the page load speed
| * Make "include update info" part of the cache keyJoas Schilling2015-06-151-3/+5
| |
| * Load the update information asyncroniously to fix the page load speedJoas Schilling2015-06-103-10/+26
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-152-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-144-68/+750
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-134-6/+166
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-122-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-112-0/+14
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-102-0/+6
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-06-096-0/+28
|
* Merge pull request #16402 from owncloud/issue-15956-slow-group-usercountThomas Müller2015-06-083-3/+4
|\ | | | | Sort user groups by group name and hide the user count
| * Sort user groups by group name and hide the user countJoas Schilling2015-05-183-3/+4
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-082-32/+62
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-0714-0/+90
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-066-0/+16
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-0510-0/+82
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-06-0452-50/+18
| |
* | Merge pull request #16687 from owncloud/issue-16113-redis-minimum-versionThomas Müller2015-06-032-7/+18
|\ \ | | | | | | Check for redis to be 2.2.5+
| * | Check for redis to be 2.2.5+Joas Schilling2015-06-022-7/+18
| | |