summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* move capabilities to share by mail appBjoern Schiessle2017-04-102-18/+2
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2017-04-082-4/+4
|
* Merge pull request #4136 from nextcloud/expire-date-for-all-sharesMorris Jobke2017-04-078-59/+156
|\ | | | | Unified sharing options
| * update unit testsBjoern Schiessle2017-04-073-35/+6
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * update capabilitiesBjoern Schiessle2017-04-072-6/+31
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * set expire date for all share typesBjoern Schiessle2017-04-031-20/+18
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * allow password protected mail sharesBjoern Schiessle2017-04-031-2/+21
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * add new password column to the share table in order to set passwords for ↵Bjoern Schiessle2017-04-035-11/+95
| | | | | | | | | | | | share by mails Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2017-04-072-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-062-20/+36
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-052-2/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2017-04-042-16/+150
|/
* [tx-robot] updated from transifexNextcloud bot2017-04-012-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-03-314-36/+44
|
* Merge pull request #4004 from nextcloud/backport-27172Roeland Jago Douma2017-03-283-0/+35
|\ | | | | Remove SharedCache::getNumericStorageId to let CacheWrapper do it
| * fix shared storage numeric idRobin Appelman2017-03-273-0/+11
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * do not remove the method and only keep the testsMorris Jobke2017-03-231-0/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-232-8/+24
| | | | | | | | | | | | The CacheWrapper will properly forward the call to the wrapped cache. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-03-2736-1404/+36
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-264-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-252-0/+6
| |
* | Combine additional files_sharing scriptsRoeland Jago Douma2017-03-242-3/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #3953 from nextcloud/downstream-27027Morris Jobke2017-03-232-2/+56
|\ \ | |/ |/| Ignore NoUserException for shares from ghosts
| * set cache to failedcache when shared storage init failsRobin Appelman2017-03-232-2/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * return failed cache if the shared storage failed to setupRobin Appelman2017-03-201-0/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * also set nonmaskedstorage in error casesRobin Appelman2017-03-201-0/+5
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Ignore NoUserException for shares from ghostsVincent Petry2017-03-202-2/+44
| | | | | | | | | | | | Add unit tests for FailedStorage init from SharedStorage Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-03-232-0/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-2220-0/+28
| |
* | Merge pull request #3972 from nextcloud/merge-some-more-cssRoeland Jago Douma2017-03-228-8/+7
|\ \ | | | | | | Merge some CSS files using our SCSS compiler
| * | fix pathMorris Jobke2017-03-212-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Merge some CSS files using our SCSS compilerLukas Reschke2017-03-218-8/+7
| | | | | | | | | | | | | | | | | | This saves around 4 requests on the average page load. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | | [tx-robot] updated from transifexNextcloud bot2017-03-2210-6/+18
| | |
* | | Fix reshare with user activity messageJoas Schilling2017-03-211-1/+1
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #3955 from nextcloud/downstream-27113Roeland Jago Douma2017-03-211-1/+2
|\ \ | | | | | | Can we get some faster phpunit execution?
| * | [CI] Can we get some faster phpunit execution? (#27113)Thomas Müller2017-03-201-1/+2
| |/ | | | | | | | | | | | | | | * Don't backup globals and static attributes * Unset global variable to remove impact on followup tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-03-2114-0/+28
| |
* | Merge pull request #3884 from nextcloud/downstream-26956Joas Schilling2017-03-204-4/+45
|\ \ | | | | | | Skip null groups in group manager
| * | Use DIJoas Schilling2017-03-171-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-174-4/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Skip null groups in group manager (#26871) * Skip null groups in group manager * Also skip null groups in group manager's search function * Add more group null checks in sharing code * Add unit tests for null group safety in group manager * Add unit tests for sharing code null group checks * Added tests for null groups handling in sharing code * Ignore moveShare optional repair in mount provider In some cases, data is inconsistent in the oc_share table due to legacy data. The mount provider might attempt to make it consistent but if the target group does not exist any more it cannot work. In such case we simply ignore the exception as it is not critical. Keeping the exception would break user accounts as they would be unable to use their filesystem. * Adjust null group handing + tests * Fix new group manager tests Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #3868 from nextcloud/issue-3834-escape-theming-footerJoas Schilling2017-03-201-1/+1
|\ \ \ | | | | | | | | Correctly escape the footer description from theming
| * | | Correctly escape the footer description from themingJoas Schilling2017-03-171-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix public link download buttonVincent Petry2017-03-201-0/+4
| |_|/ |/| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2017-03-202-38/+94
| | |
* | | Merge pull request #3906 from nextcloud/shares-circles-2Roeland Jago Douma2017-03-197-9/+117
|\ \ \ | | | | | | | | Support Circles
| * | | shares-circlesMaxence Lange2017-03-177-9/+117
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-03-192-0/+240
|/ / /
* | | Safer queriesJoas Schilling2017-03-171-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Better outputJoas Schilling2017-03-171-10/+13
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Add CleanupRemoteStorages commandJörn Friedrich Dreyer2017-03-173-0/+374
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | cleanup files, address review Fix CleanupRemoteStoragesTest tests Fix test expectation. Added files count to check filecache deletion. Sort by numeric id for deterministic test results Removed precise order test and added storage check Remove inaccurate removal message check which has a different order on Oracle. Added more checks to confirm that existing storages still exist. Signed-off-by: Morris Jobke <hey@morrisjobke.de>