Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't move keys if the key where already moved in a previous migration run | Bjoern Schiessle | 2015-07-17 | 2 | -3/+10 |
| | |||||
* | only cleanUp the remaining keys if the migration really finished succesfully | Bjoern Schiessle | 2015-07-16 | 1 | -0/+2 |
| | |||||
* | Handle returned null value in app level code | Morris Jobke | 2015-07-14 | 1 | -2/+2 |
| | | | | | | * getApplication on OCSClient can also return null this is now handled properly * fixes #17587 | ||||
* | Fix global app list state | Vincent Petry | 2015-07-02 | 2 | -2/+29 |
| | |||||
* | Add missing version field | Lukas Reschke | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | Merge pull request #17222 from owncloud/issue-17101-send-oc-version-to-app-store | Lukas Reschke | 2015-06-29 | 1 | -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 links | Joas Schilling | 2015-06-29 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #17050 from owncloud/request-status-from-ocs | Lukas Reschke | 2015-06-29 | 1 | -0/+18 |
|\ \ | |/ |/| | Request approved state for disabled apps with ocsid | ||||
| * | Also load enabled apps | Lukas Reschke | 2015-06-29 | 1 | -0/+9 |
| | | |||||
| * | Request approved state for disabled apps with ocsid | Lukas Reschke | 2015-06-19 | 1 | -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 transifex | Jenkins for ownCloud | 2015-06-29 | 14 | -2/+94 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-28 | 12 | -0/+40 |
| | | |||||
* | | Merge pull request #17163 from owncloud/update-licenses | Lukas Reschke | 2015-06-27 | 15 | -8/+13 |
|\ \ | | | | | | | Update license headers | ||||
| * | | update license headers and authors | Morris Jobke | 2015-06-25 | 15 | -8/+13 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-27 | 36 | -70/+14 |
| | | | |||||
* | | | Merge pull request #17190 from owncloud/lock-changelabel | Thomas Müller | 2015-06-26 | 1 | -2/+2 |
|\ \ \ | | | | | | | | | Rename experimental to transactional file locking | ||||
| * | | | Rename experimental to transactional file locking | Vincent Petry | 2015-06-26 | 1 | -2/+2 |
| |/ / | |||||
* / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-26 | 2 | -0/+2 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-25 | 16 | -10/+52 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-24 | 60 | -76/+32 |
| | | |||||
* | | Accept this language change at your own risk | Joas Schilling | 2015-06-23 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-23 | 4 | -4/+30 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-22 | 2 | -2/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-21 | 4 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-20 | 2 | -2/+20 |
|/ | |||||
* | Merge pull request #16889 from owncloud/group-sorting-fixes | Joas Schilling | 2015-06-19 | 4 | -10/+61 |
|\ | | | | | Only sort by group name when LDAP is involved | ||||
| * | Do not return backends but add a method to check for one | Joas Schilling | 2015-06-16 | 1 | -6/+4 |
| | | |||||
| * | Only sort by group name when LDAP is involved | Joas Schilling | 2015-06-16 | 4 | -10/+49 |
| | | |||||
| * | Always keep "Everyone" and "admin" at the top of the list | Joas Schilling | 2015-06-16 | 1 | -0/+14 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-18 | 12 | -24/+94 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-17 | 18 | -18/+18 |
| | | |||||
* | | Merge pull request #16856 from ↵ | Lukas Reschke | 2015-06-16 | 3 | -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 key | Joas Schilling | 2015-06-15 | 1 | -3/+5 |
| | | |||||
| * | Load the update information asyncroniously to fix the page load speed | Joas Schilling | 2015-06-10 | 3 | -10/+26 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-15 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-14 | 4 | -68/+750 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-13 | 4 | -6/+166 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-12 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-11 | 2 | -0/+14 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-10 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-09 | 6 | -0/+28 |
| | |||||
* | Merge pull request #16402 from owncloud/issue-15956-slow-group-usercount | Thomas Müller | 2015-06-08 | 3 | -3/+4 |
|\ | | | | | Sort user groups by group name and hide the user count | ||||
| * | Sort user groups by group name and hide the user count | Joas Schilling | 2015-05-18 | 3 | -3/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-08 | 2 | -32/+62 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-07 | 14 | -0/+90 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-06 | 6 | -0/+16 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-05 | 10 | -0/+82 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-06-04 | 52 | -50/+18 |
| | | |||||
* | | Merge pull request #16687 from owncloud/issue-16113-redis-minimum-version | Thomas Müller | 2015-06-03 | 2 | -7/+18 |
|\ \ | | | | | | | Check for redis to be 2.2.5+ | ||||
| * | | Check for redis to be 2.2.5+ | Joas Schilling | 2015-06-02 | 2 | -7/+18 |
| | | |