summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* Remove unused use statementsMorris Jobke2017-04-224-4/+0
* Adjust existing bruteforce protection codeLukas Reschke2017-04-141-1/+3
* Add support for ratelimiting via annotationsLukas Reschke2017-04-131-1/+1
* Merge pull request #4329 from nextcloud/move-out-shared-folderMorris Jobke2017-04-122-6/+6
|\
| * rename Jail::getSourcePath to getUnjailedPath to fix conflict with Local::get...Robin Appelman2017-04-122-6/+6
* | Merge pull request #3614 from nextcloud/discover-federatedsharing-endpointsBjörn Schießle2017-04-124-32/+31
|\ \
| * | Do proper DIRoeland Jago Douma2017-04-113-3/+3
| * | remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-114-32/+31
* | | Update comments to NextcloudMorris Jobke2017-04-111-4/+4
* | | share api expanded by tags (#26583)Michael Jobst2017-04-111-3/+14
|/ /
* | Merge pull request #4256 from nextcloud/themingLukas Reschke2017-04-112-3/+4
|\ \
| * | Move OC_Defaults to OCP\DefaultsMorris Jobke2017-04-092-3/+4
| |/
* / move capabilities to share by mail appBjoern Schiessle2017-04-101-15/+1
|/
* update unit testsBjoern Schiessle2017-04-071-3/+4
* update capabilitiesBjoern Schiessle2017-04-071-2/+24
* set expire date for all share typesBjoern Schiessle2017-04-031-20/+18
* allow password protected mail sharesBjoern Schiessle2017-04-031-2/+21
* add new password column to the share table in order to set passwords for shar...Bjoern Schiessle2017-04-032-0/+19
* Merge pull request #4004 from nextcloud/backport-27172Roeland Jago Douma2017-03-282-0/+8
|\
| * fix shared storage numeric idRobin Appelman2017-03-272-0/+8
| * do not remove the method and only keep the testsMorris Jobke2017-03-231-0/+8
| * Remove SharedCache::getNumericStorageId to let CacheWrapper do itVincent Petry2017-03-231-8/+0
* | Merge pull request #3953 from nextcloud/downstream-27027Morris Jobke2017-03-231-2/+18
|\ \ | |/ |/|
| * set cache to failedcache when shared storage init failsRobin Appelman2017-03-231-0/+3
| * return failed cache if the shared storage failed to setupRobin Appelman2017-03-201-0/+4
| * also set nonmaskedstorage in error casesRobin Appelman2017-03-201-0/+5
| * Ignore NoUserException for shares from ghostsVincent Petry2017-03-201-2/+6
* | Merge pull request #3972 from nextcloud/merge-some-more-cssRoeland Jago Douma2017-03-221-4/+2
|\ \
| * | Merge some CSS files using our SCSS compilerLukas Reschke2017-03-211-4/+2
* | | Fix reshare with user activity messageJoas Schilling2017-03-211-1/+1
|/ /
* | Merge pull request #3884 from nextcloud/downstream-26956Joas Schilling2017-03-202-2/+18
|\ \ | |/ |/|
| * Use DIJoas Schilling2017-03-171-1/+1
| * Skip null groups in group manager (#26871) (#26956)Vincent Petry2017-03-172-2/+18
* | shares-circlesMaxence Lange2017-03-173-2/+74
* | Safer queriesJoas Schilling2017-03-171-2/+2
* | Better outputJoas Schilling2017-03-171-10/+13
* | Add CleanupRemoteStorages commandJörn Friedrich Dreyer2017-03-171-0/+177
|/
* Merge pull request #3588 from GreenArchon/issue_#3461Lukas Reschke2017-02-241-1/+1
|\
| * Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-1/+1
* | use (int) instead of intval for performance reasonsBjoern Schiessle2017-02-221-2/+2
* | properly include classMorris Jobke2017-02-211-5/+5
* | Use intval() for validation of config optionsMorris Jobke2017-02-211-2/+2
* | allow to configure a min-length of search strings for auto-compeltion and a m...Bjoern Schiessle2017-02-211-0/+12
|/
* register cloudidmanager for files_sharingRobin Appelman2017-02-081-0/+4
* Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-086-66/+76
* Fix files sharing legacy as wellJoas Schilling2017-02-086-749/+291
* add brute force protection for public link authenticationBjoern Schiessle2017-01-251-0/+1
* allow editing single files shared as public linkBjoern Schiessle2017-01-241-0/+1
* allow to access mail shares even if public links are disabledBjoern Schiessle2017-01-042-6/+28
* Use group display name in sharing API + UIVincent Petry2016-12-222-12/+21