summaryrefslogtreecommitdiffstats
path: root/apps/files_sharing
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* | | [tx-robot] updated from transifexNextcloud bot2017-03-172-126/+216
| |/ |/|
* | Merge pull request #3679 from nextcloud/socialsharingLukas Reschke2017-03-161-0/+19
|\ \ | |/ |/| Add social sharing
| * Fix layout of sharing buttonsMorris Jobke2017-03-141-0/+8
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Move social buttons to menuRoeland Jago Douma2017-03-031-0/+11
| | | | | | | | | | | | | | | | | | * If there are social sharing buttons move them and the copy action to a menu * If there are no social sharing buttons just leave the copy action where it is directly Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | use closure to properly defer l10n initialization (#27328)Jörn Friedrich Dreyer2017-03-131-30/+30
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-132-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2017-03-122-6/+6
| |
* | Remove legacy class OC_Group and OC_UserMorris Jobke2017-03-091-8/+17
|/ | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2017-03-032-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-03-028-2/+878
|
* [tx-robot] updated from transifexNextcloud bot2017-02-252-0/+42
|
* Merge pull request #3588 from GreenArchon/issue_#3461Lukas Reschke2017-02-241-1/+1
|\ | | | | Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs
| * Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-1/+1
| | | | | | | | Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
* | Merge pull request #3567 from nextcloud/autocomplete-settingsBjörn Schießle2017-02-221-4/+16
|\ \ | | | | | | some sharing settings
| * | use (int) instead of intval for performance reasonsBjoern Schiessle2017-02-221-2/+2
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | properly include classMorris Jobke2017-02-211-5/+5
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Use intval() for validation of config optionsMorris Jobke2017-02-211-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | allow to configure a min-length of search strings for auto-compeltion and a ↵Bjoern Schiessle2017-02-211-0/+12
| |/ | | | | | | | | | | max number for of results returned Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #3570 from nextcloud/fix-share-loadingJohn Molakvoæ2017-02-221-2/+2
|\ \ | | | | | | Fix position of share autocomplete loading icon
| * | Fix position of share autocomplete loading iconMorris Jobke2017-02-211-2/+2
| |/ | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / [tx-robot] updated from transifexNextcloud bot2017-02-224-2/+8
|/
* [tx-robot] updated from transifexNextcloud bot2017-02-192-0/+4
|
* Merge pull request #3472 from nextcloud/enable-avatars-alwaysMorris Jobke2017-02-141-1/+1
|\ | | | | Always enable avatars
| * Always enable avatarsMorris Jobke2017-02-131-1/+1
| | | | | | | | | | | | | | | | | | * we introduced this setting in the begining because our avatar support caused some performance issues, but we fixed them and should only provide one way how Nextcloud looks Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-02-144-140/+164
|/
* [tx-robot] updated from transifexNextcloud bot2017-02-1132-1052/+194
|
* [tx-robot] updated from transifexNextcloud bot2017-02-1010-4/+32
|
* Merge pull request #3297 from nextcloud/cloud-id-resolveRobin Appelman2017-02-0910-73/+106
|\ | | | | Add a single public api for resolving a cloud id to a user and remote and back
| * register cloudidmanager for files_sharingRobin Appelman2017-02-081-0/+4
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * Add a single public api for resolving a cloud id to a user and remote and backRobin Appelman2017-02-0810-73/+102
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-02-0930-1074/+1074
|/
* Fix files sharing legacy as wellJoas Schilling2017-02-086-749/+291
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>