Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5585 from nextcloud/contacts_menu_privacy | Morris Jobke | 2017-09-18 | 4 | -27/+377 |
|\ | | | | | Enhance privacy of contactsmenu fixes #5107 | ||||
| * | Add filter for `shareapi_allow_share_dialog_user_enumeration` | Lukas Reschke | 2017-09-15 | 3 | -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 Reschke | 2017-09-15 | 1 | -8/+2 |
| | | | | | | | | | | | | is disabled" This reverts commit 56a9084dd2f9a5726a74e1e789773558fade8b44. | ||||
| * | Fix issue when disabling the shareapi_only_share_with_group_members option + ↵ | Tobia De Koninck | 2017-09-15 | 1 | -2/+12 |
| | | | | | | | | | | | | fix findOne Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
| * | Improve code style | Tobia De Koninck | 2017-09-15 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
| * | Some code improvements | Tobia De Koninck | 2017-09-15 | 1 | -4/+5 |
| | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
| * | Add tests | Tobia De Koninck | 2017-09-15 | 2 | -1/+130 |
| | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
| * | Fix tests | Tobia De Koninck | 2017-09-15 | 2 | -3/+23 |
| | | | | | | | | Signed-off-by: Tobia De Koninck <tobia@ledfan.be> | ||||
| * | Privacy enhancements for contacts menu | Tobia De Koninck | 2017-09-15 | 1 | -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-action | Morris Jobke | 2017-09-18 | 8 | -26/+368 |
|\ \ | | | | | | | Allows files/folders to be copied. | ||||
| * | | Add tests for FileList | Thomas Citharel | 2017-09-15 | 1 | -0/+98 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Don't show success notifications for failed copy actions and update folder sizes | Thomas Citharel | 2017-09-15 | 1 | -33/+59 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Change move copy order and debug leftover | Thomas Citharel | 2017-09-15 | 3 | -4/+3 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | typo | Thomas Citharel | 2017-09-15 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | [WIP] Added copy and move buttons | Thomas Citharel | 2017-09-15 | 6 | -43/+119 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| * | | Allow files to be copied through action menu & multiple files actions | Thomas Citharel | 2017-09-15 | 3 | -1/+144 |
| |/ | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | Merge pull request #6537 from nextcloud/fix-2332-breadcrumb-refresh-current-dir | Morris Jobke | 2017-09-18 | 1 | -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 Kou | 2017-09-16 | 1 | -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-exception | blizzz | 2017-09-18 | 2 | -1/+15 |
|\ \ \ | | | | | | | | | throw 101 when an empty group string is provided | ||||
| * | | | throw 101 when an empty group string is provided | Arthur Schiwon | 2017-09-18 | 2 | -1/+15 |
|/ / / | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-18 | 16 | -114/+212 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-17 | 8 | -28/+322 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-16 | 24 | -26/+350 |
| | | |||||
* | | Merge pull request #6488 from nextcloud/vendor-davclient.js-0.1.2 | Morris Jobke | 2017-09-15 | 3 | -8/+14 |
|\ \ | | | | | | | vendor: Update davclient.js to 0.1.2 | ||||
| * | | vendor: Update davclient.js to 0.1.2 | Leon Klingele | 2017-09-15 | 3 | -8/+14 |
| |/ | | | | | | | Signed-off-by: Leon Klingele <leon@struktur.de> | ||||
* | | Merge pull request #6453 from nextcloud/fix-5273 | Morris Jobke | 2017-09-15 | 4 | -25/+72 |
|\ \ | | | | | | | Fix initializing paged search under some circumstances | ||||
| * | | adapted integration tests | Arthur Schiwon | 2017-09-14 | 2 | -13/+35 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | fix counting found results in search op | Arthur Schiwon | 2017-09-14 | 1 | -3/+6 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | improve and extend paging integration test | Arthur Schiwon | 2017-09-14 | 2 | -11/+28 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | replace hard-coded attribute with the corresponding settings option | Arthur Schiwon | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | fix limit-flaw in search on paged results | Arthur Schiwon | 2017-09-14 | 2 | -12/+17 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | Merge pull request #6506 from nextcloud/sharename-overlap | Morris Jobke | 2017-09-15 | 2 | -3/+17 |
|\ \ \ | | | | | | | | | Fix sharer name overlap with filename | ||||
| * | | | Correctly ellipsize file names, fix #6498 | Jan-Christoph Borchardt | 2017-09-14 | 2 | -1/+5 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Ellipsize sharer name, ref #6498 | Jan-Christoph Borchardt | 2017-09-14 | 2 | -2/+12 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | | Merge pull request #6521 from nextcloud/fix-margin-settings | Morris Jobke | 2017-09-15 | 1 | -3/+0 |
|\ \ \ \ | |_|_|/ |/| | | | Fix margins of followup sections | ||||
| * | | | Fix margins of followup sections | Morris Jobke | 2017-09-15 | 1 | -3/+0 |
| | |/ | |/| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #6503 from nextcloud/allow-apps-to-control-trash-bin | Björn Schießle | 2017-09-15 | 3 | -13/+158 |
|\ \ \ | | | | | | | | | allow apps to control the trash bin | ||||
| * | | | allow apps to control the trash bin | Bjoern Schiessle | 2017-09-15 | 3 | -13/+158 |
|/ / / | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-15 | 28 | -86/+540 |
| | | | |||||
* | | | Merge pull request #6066 from nextcloud/drone_php72_mysql | Morris Jobke | 2017-09-14 | 1 | -0/+22 |
|\ \ \ | | | | | | | | | Add 7.2 jobs for mysql & mysqlmb4 | ||||
| * | | | Add 7.2 jobs for mysql & mysqlmb4 | Roeland Jago Douma | 2017-09-14 | 1 | -0/+22 |
| | |/ | |/| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge pull request #6497 from nextcloud/fix-loading-icon-size | John Molakvoæ | 2017-09-14 | 1 | -4/+4 |
|\ \ \ | |/ / |/| | | Fix loading icon size | ||||
| * | | Fix loading icon size | John Molakvoæ (skjnldsv) | 2017-09-14 | 1 | -4/+4 |
| |/ | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #6499 from nextcloud/fix-files-sidebar | Morris Jobke | 2017-09-14 | 1 | -0/+1 |
|\ \ | | | | | | | Allow to close sidebar for text files | ||||
| * | | Allow to close sidebar for text files | Morris Jobke | 2017-09-14 | 1 | -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 Jobke | 2017-09-14 | 1 | -1/+1 |
|\ \ | |/ |/| | | | | | nextcloud/fix-webroot-throw-for-subdirectory-nc-installs Fix webroot throw | ||||
| * | Fix webroot throw | John Molakvoæ (skjnldsv) | 2017-09-14 | 1 | -1/+1 |
|/ | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-14 | 20 | -160/+902 |
| | |||||
* | Merge pull request #6483 from nextcloud/fix_quota_new_endpoint | Morris Jobke | 2017-09-14 | 4 | -21/+88 |
|\ | | | | | Fix quota calculation on new dav upload endpoint | ||||
| * | Fix quota calculation on new dav upload endpoint | Roeland Jago Douma | 2017-09-13 | 4 | -21/+88 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |