summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #10076 from nextcloud/backport/10034/stable13blizzz2018-07-023-165/+132
|\ \ | | | | | | [stable13] lower log level for quota manipulation cases
| * | constants belong to Util in 13Arthur Schiwon2018-07-021-8/+9
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | lower log level for quota manipulation casesArthur Schiwon2018-07-023-161/+127
|/ / | | | | | | | | | | and simplify the forest of ifs a little bit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #10044 from ↵Morris Jobke2018-06-291-4/+10
|\ \ | | | | | | | | | | | | nextcloud/stable13-10040-fix-filenames-in-sharing-integration-tests [stable13] Fix filenames in sharing integration tests
| * | Check all paths for own files and sharesDaniel Calviño Sánchez2018-06-291-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | Add "PARENT (2)" and its subdirectories to the paths to be checked, as before only the own "PARENT" folder was being checked, but not the shared one. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | Fix filenames in sharing integration testsDaniel Calviño Sánchez2018-06-291-3/+3
|/ / | | | | | | | | | | | | | | | | | | | | | | | | When a file is shared and the receiver of the share already has a file with the same name that file is left untouched, and "(2)" is appended to the name of the shared file. As "textfile0.txt" is included in the user folder skeleton all the users in the integration test have that file, so when it is shared the receiver sees the share as "/textfile0 (2).txt", and her own file as "/textfile0.txt". Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-06-2932-0/+50
| |
* | Merge pull request #10032 from nextcloud/backport/10031/stable13Morris Jobke2018-06-282-11/+54
|\ \ | | | | | | [stable13] LDAP backup server should not be queried when auth fails
| * | LDAP backup server should not be queried when auth failsArthur Schiwon2018-06-272-11/+54
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-2864-40/+62
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-06-27388-13690/+13460
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-2770-192/+312
| |
* | Merge pull request #9986 from nextcloud/dav-upload-no-partfile-lock-13Roeland Jago Douma2018-06-261-16/+24
|\ \ | | | | | | [13] properly lock the target file on dav upload when not using part files
| * | properly lock the target file on dav upload when not using part filesRobin Appelman2018-06-251-16/+24
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-2624-6/+170
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-06-2538-2/+132
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-2438-22/+106
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-23190-176/+210
| |
* | Merge pull request #9958 from nextcloud/backport/7818/stable13John Molakvoæ2018-06-221-2/+2
|\ \ | | | | | | [stable13] Log full exception in cron instead of only the message
| * | Log full exception in cron instead of only the messageMorris Jobke2018-06-211-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-22244-554/+614
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-06-2164-38/+250
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-20184-254/+314
| |
* | Merge pull request #9843 from nextcloud/backport/9724/stable13John Molakvoæ2018-06-192-1/+10
|\ \ | | | | | | [stable13] Add parent index to share table
| * | Add parent index to share tableRoeland Jago Douma2018-06-122-1/+10
| | | | | | | | | | | | | | | | | | Fixes #9327 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-19244-498/+672
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1810-4/+172
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1732-50/+112
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1622-30/+100
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-1582-72/+556
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-06-14338-3476/+3040
| | |
* | | Merge pull request #9837 from ↵Roeland Jago Douma2018-06-132-16/+36
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/stable13-9807-fix-highlighting-of-the-upload-drop-zone [stable13] Fix highlighting of the upload drop zone
| * | | Do not show an error message when draging and dropping textDaniel Calviño Sánchez2018-06-121-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the browser reports a drag of items other than files (for example, text) and then triggers a drop event with no files no error message should be shown to the user, as in that case there would be no highlight of the drop zone and no indication that the drop would be valid (except for the mouse cursor); the error message should be shown only when the drop event with no files follows a file drag. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Remove no longer needed special handling for FirefoxDaniel Calviño Sánchez2018-06-121-15/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The highlighting was removed in Firefox when the cursor was no longer moving to handle the behaviour of reporting a file drag and then providing no files in the drop event. That behaviour (which was only present in Firefox 48 and 49) is already handled with the "dropnofiles" callback, so that special handling is no longer needed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Use "dropnofiles" callback to disable the drop state in the UIDaniel Calviño Sánchez2018-06-121-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a file is dragged from the desktop to the file list the file list is highlighted, and when the file is finally dropped or the drag operation is cancelled the highlighting is removed. In some cases, due to a wrong implementation, a browser may end a file drag with a drop with no files (for example, when a folder or text is dragged), which would cause the highlight to not be removed. Now those cases are handled with the "dropnofiles" callback, which restores the UI and also shows a message to the user. The error message is just a generic one, as in some cases it is not even possible to know whether the problem came from a text drag or a folder drag, and whether the problem appears or not depends on the browser, version and even operating system. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Add callback to clean up after misbehaved drag and drop eventsDaniel Calviño Sánchez2018-06-121-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The jQuery Plugin triggers the "dragover" callback when the browser triggers the "dragover" event and the types in their DataTransfer include a "Files" item. It also triggers the "drop" callback when the browser triggers the "drop" event and the list of files in its DataTransfer is not empty. Unfortunately some browsers may trigger "dragover" events with a DataTransfer that includes a "Files" item and then trigger a "drop" event with an empty list of files. When that happens the actions performed in the "dragXXX" callbacks could be left hanging if they were expected to be finished in the "drop" callback (for example, if the drop zone was highlighted during the drag to be then restored when the file was finally dropped). This commit adds the "dropnofiles" callback to be able to handle those situations. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | Remove duplicated codeDaniel Calviño Sánchez2018-06-121-6/+1
| |/ / | | | | | | | | | | | | | | | | | | "disableDropState" was set as the event handler in 8d4e5747f386a0, but the duplicated code was accidentally added back in 786e858d23c4a4. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | Merge pull request #9839 from nextcloud/backport/8221/stable13John Molakvoæ2018-06-131-2/+4
|\ \ \ | | | | | | | | [stable13] Apply ldapUserFilter on members of group
| * | | dn2ocname: also apply group filter to readAttribute()Roland Tapken2018-06-121-6/+4
| | | | | | | | | | | | | | | | Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
| * | | Apply ldapUserFilter on members of groupRoland Tapken2018-06-121-1/+5
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Refers to issue #8220 user_ldap configured with custom filters for active directory access (group-member-association is "member"). Then it can happen that the members of a group contain members that don't belong to the users available in Nextcloud (the most trivial reason is that the user filter contains "(!(UserAccountControl:1.2.840.113556.1.4.803:=2))" to exclude disabled users from being imported). This can be fixed by applying the ldapUserFilter when resolving the UID for a DN fetched from the group's member list. Signed-off-by: Roland Tapken <roland@bitarbeiter.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-06-13196-1634/+1856
| | |
* | | Merge pull request #9844 from ↵blizzz2018-06-121-6/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/backport/9276/remove-unused-config-sample [stable13] Remove unused config option
| * | | Remove unused config optionMorris Jobke2018-06-121-6/+0
|/ / / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #9841 from nextcloud/backport/9814/stable13Morris Jobke2018-06-121-1/+1
|\ \ \ | |/ / |/| | [stable13] Make the DELETION of groups match greedy on the groupID
| * | Make the DELETION of groups match greedy on the groupIDRoeland Jago Douma2018-06-121-1/+1
|/ / | | | | | | | | | | | | | | fixes #6032 Now since the match is greedy it will also eat the / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-06-1256-2/+158
| |
* | Merge pull request #9821 from nextcloud/version/noid/13.0.4v13.0.4Morris Jobke2018-06-111-2/+2
|\ \ | | | | | | 13.0.4
| * | 13.0.4Morris Jobke2018-06-111-2/+2
|/ / | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Merge pull request #9820 from nextcloud/backport/9798/stable13Roeland Jago Douma2018-06-111-1/+1
|\ \ | | | | | | [stable13] enable caldav for webdav subtree public-calendars
| * | enable caldav for webdav subtree public-calendarsGeorg Ehrke2018-06-111-1/+1
| | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>