summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-2530-30/+26
|
* [tx-robot] updated from transifexNextcloud bot2019-02-246-10/+26
|
* [tx-robot] updated from transifexNextcloud bot2019-02-2310-30/+86
|
* Merge pull request #14340 from nextcloud/backport/14332/stable15Roeland Jago Douma2019-02-221-1/+1
|\ | | | | [stable15] Fix unsafe array access
| * Check if array element is present before accessDaniel Kesselberg2019-02-221-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #14331 from nextcloud/backport/14329/stable15John Molakvoæ2019-02-221-0/+2
|\ \ | |/ |/| [stable15] Apply theme to 2FA button
| * Apply theme to button elements as wellJulius Härtl2019-02-211-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-02-2214-46/+62
|/
* [tx-robot] updated from transifexNextcloud bot2019-02-21170-344/+456
|
* Merge pull request #14312 from nextcloud/backport/14255/stable15Morris Jobke2019-02-201-1/+2
|\ | | | | [stable15] Fix ocm end-point discovery discovery
| * adjust json to match the definitionBjoern Schiessle2019-02-201-1/+2
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #14301 from nextcloud/backport/14300/stable15Roeland Jago Douma2019-02-201-6/+5
|\ \ | | | | | | [stable15] Use proper scroll container when dragging files
| * | Use proper scroll container when dragging filesJulius Härtl2019-02-201-6/+5
| |/ | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #14273 from nextcloud/backport/14210/stable15Roeland Jago Douma2019-02-201-2/+19
|\ \ | |/ |/| [stable15] Fix empty file uploads to S3 (and other streaming storages)
| * Hanlde writestream not closing sourceRoeland Jago Douma2019-02-201-0/+4
| | | | | | | | | | | | | | | | | | Fixes #14298 If a storage doesn'tclose the write stream then $isEOF is not yet set. So we have to fallback. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Make sure that we have a streamRoeland Jago Douma2019-02-191-0/+7
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Add a wrapper to determine if a file is EOFRoeland Jago Douma2019-02-191-2/+8
| | | | | | | | | | | | | | | | | | The stream is already closed at this point. Which means feof will always return false. We have to determine if the stream is EOF in the preCloseCallback. And pass this info along. Then the logic works as expected. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-02-20116-220/+304
| |
* | Call headObject if file not in filecache :see_no_evil:Daniel Kesselberg2019-02-191-1/+1
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Prefix $path for filename for internal file cacheDaniel Kesselberg2019-02-191-2/+2
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Catch Request exception in testRemoteUrlRoeland Jago Douma2019-02-191-0/+3
| | | | | | | | | | | | | | Else the background job fails hard if the remote has for example an invalid certificate. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-02-198-66/+80
|/
* [tx-robot] updated from transifexNextcloud bot2019-02-1810-2/+26
|
* [tx-robot] updated from transifexNextcloud bot2019-02-1724-10/+140
|
* [tx-robot] updated from transifexNextcloud bot2019-02-1620-4/+434
|
* [tx-robot] updated from transifexNextcloud bot2019-02-15304-1030/+1210
|
* Fix trashbin restore translationRoeland Jago Douma2019-02-141-1/+1
| | | | | | The files app doesn't have this entry. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #14207 from nextcloud/backport/14177/stable15Roeland Jago Douma2019-02-144-6/+3
|\ | | | | [stable15] Fix small glitches in update notification page
| * Fix style of warning for EoL versionMorris Jobke2019-02-144-6/+3
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | ensure attribute names are lower casedArthur Schiwon2019-02-142-15/+19
|/ | | | | | | otherwise they will be skipped when the results is being formatted and the lower-cased result keys do not match. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2019-02-14188-326/+346
|
* [tx-robot] updated from transifexNextcloud bot2019-02-1314-22/+50
|
* [tx-robot] updated from transifexNextcloud bot2019-02-1278-66/+106
|
* [tx-robot] updated from transifexNextcloud bot2019-02-1120-6/+80
|
* [tx-robot] updated from transifexNextcloud bot2019-02-1032-4/+66
|
* [tx-robot] updated from transifexNextcloud bot2019-02-0920-104/+170
|
* Merge pull request #13982 from ↵Morris Jobke2019-02-083-34/+33
|\ | | | | | | | | nextcloud/stable15-12917-clean-code-and-fix-drop-zone-shadow [stable15] Clean code and fix drop zone shadow
| * Extract variable for yellow color in iconsfnuesse2019-02-011-1/+1
| | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
| * Fix drop zone shadowfnuesse2019-02-012-1/+9
| | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
| * Unify handling of dropping one file or several files on the trash binDaniel Calviño Sánchez2019-02-011-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a single file was dropped on the trash bin the file information was gotten from the original element in the file list. When several files were dropped on the trash bin the file information was gotten from the helper elements being dragged around. The helper element also contain the needed file information when a single file is being dragged, so the handling was unified to always get the file information from the helper elements. As the handling of several files is the same as before there is still the issue of only deleting those files shown in the drag helper instead of all the selected files. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Use full names instead of abbreviations in variable namesDaniel Calviño Sánchez2019-02-011-8/+8
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Make code format more consistent with the rest of the fileDaniel Calviño Sánchez2019-02-011-12/+11
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Replace double quotes with single quotesDaniel Calviño Sánchez2019-02-012-8/+8
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Add missing trailing ";"Daniel Calviño Sánchez2019-02-012-4/+4
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove unneeded triggering of eventDaniel Calviño Sánchez2019-02-011-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The "droppedOnTrash" event was being triggered when the file list was initialized, but it should be triggered only when the user actually drops a file on the trash bin. Besides that, the event had no effect; only the file list handles it, but as it was not triggered on any element it ended being triggered on the document, and thus not handled. Moreover, even if it had been triggered on the file list it would have been done before the handler was set, so it would not have been handled anyway. And even if it had been handled no data was provided, so the handler would have failed. In conclusion, triggering the event there was not needed, and thus it was removed. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove duplicated variable declarationDaniel Calviño Sánchez2019-02-011-1/+0
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove leftover from a WIPDaniel Calviño Sánchez2019-02-011-1/+0
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * Remove hack to prefetch the starred trash iconDaniel Calviño Sánchez2019-02-011-3/+0
| | | | | | | | | | | | | | | | | | Since 6ad7f32938 SVG icons are directly embedded in "icons-vars.css", so the starred trash icon is now loaded along with the regular trash icon all at once. Therefore it is not needed to explicitly prefetch it using a hidden div. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #14101 from nextcloud/backport/14083/stable15Joas Schilling2019-02-081-11/+10
|\ \ | | | | | | [stable15] Make sure the relative path is always a string
| * | Fix wrong method callJoas Schilling2019-02-071-1/+0
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>