summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5585 from nextcloud/contacts_menu_privacyMorris Jobke2017-09-184-27/+377
|\ | | | | Enhance privacy of contactsmenu fixes #5107
| * Add filter for `shareapi_allow_share_dialog_user_enumeration`Lukas Reschke2017-09-153-47/+174
| | | | | | | | | | | | | | | | This adjusts the contacts menu to also support searching by email address which is relevant in scenarios where no UID is known such as LDAP, etc. Furthermore, if `shareapi_allow_share_dialog_user_enumeration` is disabled only results are shown that match the full user ID or email address. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
| * Revert "Do not list system users in contacts menu if sharing autocompletion ↵Lukas Reschke2017-09-151-8/+2
| | | | | | | | | | | | is disabled" This reverts commit 56a9084dd2f9a5726a74e1e789773558fade8b44.
| * Fix issue when disabling the shareapi_only_share_with_group_members option + ↵Tobia De Koninck2017-09-151-2/+12
| | | | | | | | | | | | fix findOne Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * Improve code styleTobia De Koninck2017-09-151-5/+7
| | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * Some code improvementsTobia De Koninck2017-09-151-4/+5
| | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * Add testsTobia De Koninck2017-09-152-1/+130
| | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * Fix testsTobia De Koninck2017-09-152-3/+23
| | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
| * Privacy enhancements for contacts menuTobia De Koninck2017-09-151-4/+71
| | | | | | | | | | | | | | - Groups, which are excluded from sharing should not see local users at all - If sharing is restricted to users own groups, he should only see contacts from his groups: Signed-off-by: Tobia De Koninck <tobia@ledfan.be>
* | Merge pull request #6014 from nextcloud/add-copy-actionMorris Jobke2017-09-188-26/+368
|\ \ | | | | | | Allows files/folders to be copied.
| * | Add tests for FileListThomas Citharel2017-09-151-0/+98
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Don't show success notifications for failed copy actions and update folder sizesThomas Citharel2017-09-151-33/+59
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Change move copy order and debug leftoverThomas Citharel2017-09-153-4/+3
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | typoThomas Citharel2017-09-151-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | [WIP] Added copy and move buttonsThomas Citharel2017-09-156-43/+119
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Allow files to be copied through action menu & multiple files actionsThomas Citharel2017-09-153-1/+144
| |/ | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #6537 from nextcloud/fix-2332-breadcrumb-refresh-current-dirMorris Jobke2017-09-181-1/+1
|\ \ | | | | | | Force refresh file list when clicking on breadcrumb even if target directory equals current directory.
| * | Force refresh file list when clicking on breadcrumb even if target directory ↵Chon Kou2017-09-161-1/+1
| | | | | | | | | | | | | | | | | | equals current directory. Signed-off-by: Chon Kou <k.kou@alumni.ubc.ca>
* | | Merge pull request #6545 from nextcloud/provapi-fix-empty-gid-exceptionblizzz2017-09-182-1/+15
|\ \ \ | | | | | | | | throw 101 when an empty group string is provided
| * | | throw 101 when an empty group string is providedArthur Schiwon2017-09-182-1/+15
|/ / / | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / / [tx-robot] updated from transifexNextcloud bot2017-09-1816-114/+212
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-09-178-28/+322
| |
* | [tx-robot] updated from transifexNextcloud bot2017-09-1624-26/+350
| |
* | Merge pull request #6488 from nextcloud/vendor-davclient.js-0.1.2Morris Jobke2017-09-153-8/+14
|\ \ | | | | | | vendor: Update davclient.js to 0.1.2
| * | vendor: Update davclient.js to 0.1.2Leon Klingele2017-09-153-8/+14
| |/ | | | | | | Signed-off-by: Leon Klingele <leon@struktur.de>
* | Merge pull request #6453 from nextcloud/fix-5273Morris Jobke2017-09-154-25/+72
|\ \ | | | | | | Fix initializing paged search under some circumstances
| * | adapted integration testsArthur Schiwon2017-09-142-13/+35
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix counting found results in search opArthur Schiwon2017-09-141-3/+6
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | improve and extend paging integration testArthur Schiwon2017-09-142-11/+28
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | replace hard-coded attribute with the corresponding settings optionArthur Schiwon2017-09-141-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | fix limit-flaw in search on paged resultsArthur Schiwon2017-09-142-12/+17
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #6506 from nextcloud/sharename-overlapMorris Jobke2017-09-152-3/+17
|\ \ \ | | | | | | | | Fix sharer name overlap with filename
| * | | Correctly ellipsize file names, fix #6498Jan-Christoph Borchardt2017-09-142-1/+5
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Ellipsize sharer name, ref #6498Jan-Christoph Borchardt2017-09-142-2/+12
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #6521 from nextcloud/fix-margin-settingsMorris Jobke2017-09-151-3/+0
|\ \ \ \ | |_|_|/ |/| | | Fix margins of followup sections
| * | | Fix margins of followup sectionsMorris Jobke2017-09-151-3/+0
| | |/ | |/| | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #6503 from nextcloud/allow-apps-to-control-trash-binBjörn Schießle2017-09-153-13/+158
|\ \ \ | | | | | | | | allow apps to control the trash bin
| * | | allow apps to control the trash binBjoern Schiessle2017-09-153-13/+158
|/ / / | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | [tx-robot] updated from transifexNextcloud bot2017-09-1528-86/+540
| | |
* | | Merge pull request #6066 from nextcloud/drone_php72_mysqlMorris Jobke2017-09-141-0/+22
|\ \ \ | | | | | | | | Add 7.2 jobs for mysql & mysqlmb4
| * | | Add 7.2 jobs for mysql & mysqlmb4Roeland Jago Douma2017-09-141-0/+22
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #6497 from nextcloud/fix-loading-icon-sizeJohn Molakvoæ2017-09-141-4/+4
|\ \ \ | |/ / |/| | Fix loading icon size
| * | Fix loading icon sizeJohn Molakvoæ (skjnldsv)2017-09-141-4/+4
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #6499 from nextcloud/fix-files-sidebarMorris Jobke2017-09-141-0/+1
|\ \ | | | | | | Allow to close sidebar for text files
| * | Allow to close sidebar for text filesMorris Jobke2017-09-141-0/+1
| |/ | | | | | | | | | | * the close button was overlapped by the text preview and you could not close the sidebar then Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #6495 from ↵Morris Jobke2017-09-141-1/+1
|\ \ | |/ |/| | | | | nextcloud/fix-webroot-throw-for-subdirectory-nc-installs Fix webroot throw
| * Fix webroot throwJohn Molakvoæ (skjnldsv)2017-09-141-1/+1
|/ | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* [tx-robot] updated from transifexNextcloud bot2017-09-1420-160/+902
|
* Merge pull request #6483 from nextcloud/fix_quota_new_endpointMorris Jobke2017-09-144-21/+88
|\ | | | | Fix quota calculation on new dav upload endpoint
| * Fix quota calculation on new dav upload endpointRoeland Jago Douma2017-09-134-21/+88
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>