summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing/lib
Commit message (Expand)AuthorAgeFilesLines
* remove discovery manager in favour of the OCSDiscoveryServiceBjoern Schiessle2017-04-114-32/+31
* 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
* Merge pull request #2759 from nextcloud/kill-appconfig-delete-share-linkMorris Jobke2016-12-222-48/+0
|\
| * Remove config change hook that deletes link shares (#26612)Vincent Petry2016-12-192-48/+0
* | When grouping shares, sort by stime then id (#26777)Vincent Petry2016-12-191-1/+1
|/
* Merge pull request #2695 from nextcloud/remove-leading-slashes-on-share-activityLukas Reschke2016-12-164-4/+4
|\
| * Remove leading slash from sharing activityJoas Schilling2016-12-154-4/+4
* | Merge pull request #2673 from nextcloud/shared-scanner-unmaskedLukas Reschke2016-12-152-3/+9
|\ \ | |/ |/|
| * use unmasked permissions in shared scannerRobin Appelman2016-12-142-3/+9
* | Fix overwriting parameterRoeland Jago Douma2016-12-131-3/+3
* | Merge pull request #2637 from nextcloud/mount-cache-storageidLukas Reschke2016-12-131-15/+19
|\ \