summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Move registration of background job to install/updateJoas Schilling2015-09-024-5/+24
|
* Move registration of LDAP background jobs to the install and updateJoas Schilling2015-09-024-4/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-022-0/+6
|
* larger preview for images in the sidebarRobin Appelman2015-09-024-7/+81
|
* allow handling thumbnail errorsRobin Appelman2015-09-021-1/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-09-0114-0/+138
|
* Merge pull request #18234 from owncloud/ocs_api_for_sharees_listBjörn Schießle2015-09-013-0/+1417
|\ | | | | Add OCS API for sharees list
| * Bring the coverage back to 100%Joas Schilling2015-08-262-25/+169
| |
| * Adjust testsJoas Schilling2015-08-262-403/+348
| |
| * Fix performance issues of the sharees apiJoas Schilling2015-08-262-179/+151
| |
| * Manually query for the last idJoas Schilling2015-08-261-1/+11
| |
| * Fix wrong value for datetime fieldJoas Schilling2015-08-261-1/+2
| |
| * Rename file to match the class nameJoas Schilling2015-08-261-0/+0
| |
| * Add tests for "getShareesForShareIds()"Joas Schilling2015-08-261-0/+93
| |
| * Do not return the current user himselfJoas Schilling2015-08-262-5/+44
| |
| * Take a list of share IDs instead of the user and group namesJoas Schilling2015-08-263-67/+118
| |
| * Inject the logger as wellJoas Schilling2015-08-263-31/+44
| |
| * Add all possible links next, prev, first and lastJoas Schilling2015-08-262-16/+88
| |
| * Make shareType an arrayJoas Schilling2015-08-262-58/+144
| |
| * Add tests for "search()"Joas Schilling2015-08-262-7/+156
| |
| * Do not use deprecated method in new codeJoas Schilling2015-08-263-12/+11
| |
| * Split logic and global usage and add tests for "searchSharees()"Joas Schilling2015-08-262-44/+217
| |
| * Filter the sharees with the existing sharesJoas Schilling2015-08-261-30/+64
| |
| * Use SearchResultSorterJoas Schilling2015-08-261-16/+4
| |
| * Add tests for "getRemote()"Joas Schilling2015-08-261-1/+84
| |
| * Add tests for "getGroups()"Joas Schilling2015-08-262-11/+82
| |
| * Add tests for "getUsers()"Joas Schilling2015-08-262-25/+206
| |
| * Move test file to subdirJoas Schilling2015-08-262-1/+1
| |
| * Empty skeleton for testsRoeland Jago Douma2015-08-261-0/+50
| |
| * Sort shareesRoeland Jago Douma2015-08-261-0/+18
| | | | | | | | | | | | | | | | | | | | To ensure that pagination is working properly we need to make sure the shares are always in the same order. Sorting is first done by label (catches most instances) If there is a user and a group with the same label we sort by shareType If there are multiple users with the same label we sort those by shareWith
| * Start of OCS Share API sharees endpointRoeland Jago Douma2015-08-262-0/+245
| |
* | Merge pull request #12088 from AdamWill/google-opendir-rootVincent Petry2015-09-011-2/+0
|\ \ | | | | | | [WIP] google: drop duplicate path trim from opendir()
| * | google: drop duplicate path trim from opendir()Adam Williamson2014-11-101-2/+0
| | | | | | | | | | | | | | | | | | | | | opendir() trims the path passed then calls getDriveFile() - which immediately does the same trim operation. This breaks opendir() on the root directory, which causes the failure of the testStat() test when it checks the ctime of the root dir.
* | | Merge pull request #18631 from owncloud/more_ocs_share_dataVincent Petry2015-09-012-22/+120
|\ \ \ | | | | | | | | Return permissions and expiration on create share responses
| * | | Return permissions and expiration on create share responsesRoeland Jago Douma2015-08-302-22/+120
| | | | | | | | | | | | | | | | Updated and added unit tests
* | | | Unit test storages with an empty mount pointRobin McCorkell2015-08-312-0/+33
| | | |
* | | | Allow an empty mount pointRobin McCorkell2015-08-311-2/+2
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-08-318-0/+30
| | | |
* | | | Merge pull request #18671 from owncloud/cleanup-sidebar-semanticsMorris Jobke2015-08-314-23/+36
|\ \ \ \ | | | | | | | | | | Removes unecessary divs and adds max width to longer names.
| * | | | Fixes failing testsRaghu Nayyar2015-08-311-4/+4
| | | | |
| * | | | Removes unecessary divs and adds max width to longer names.Raghu Nayyar2015-08-303-19/+32
| |/ / /
* | | | Introduce small line for navigation sidebarMorris Jobke2015-08-301-0/+1
| | | |
* | | | return false if private key is not validBjoern Schiessle2015-08-302-1/+16
| | | |
* | | | use login name for password resetBjoern Schiessle2015-08-303-11/+40
|/ / /
* | | Merge pull request #18651 from owncloud/ocs_share_create_with_expireVincent Petry2015-08-302-3/+183
|\ \ \ | | | | | | | | Allow to directly set the expireDate on a new (link)share
| * | | Actually validate the expire date on shareRoeland Jago Douma2015-08-302-5/+95
| | | | | | | | | | | | | | | | * Added more intergration tests
| * | | Allow to directly set the expireDate on a new (link)shareRoeland Jago Douma2015-08-292-2/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since this extends the API we now properly parse the date. We only accept valid ISO 8601 Dates (YYYY-MM-DD). Currently this only works for link shares (it is just ignored for other shares). Since we do not have user/group/federated expiring shares yet. * Tests added
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-08-3010-2/+24
| | | |
* | | | Merge pull request #18393 from owncloud/objectstore-check-classLukas Reschke2015-08-291-0/+3
|\ \ \ \ | | | | | | | | | | make sure we actually have an object store
| * | | | make sure we actually have an object storeRobin Appelman2015-08-281-0/+3
| |/ / /