summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #11778 from nextcloud/versions-webui-davRoeland Jago Douma2018-10-2311-529/+118
|\ | | | | move versions webui over to the dav api
| * move versions webui over to the dav apiRobin Appelman2018-10-1111-529/+118
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #11439 from nextcloud/trash-modular-apiMorris Jobke2018-10-2327-479/+1027
|\ \ | | | | | | Modular trashbin api
| * | store user for trashitem in the trashitemRobin Appelman2018-10-1710-68/+50
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove user parameter from `ITrashItem::getOriginalLocation`Robin Appelman2018-10-173-9/+8
| | | | | | | | | | | | | | | | | | | | | since the target user is known at the time of creating the trashitem the original location can already be adjusted on a per user level Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix trash storage wrapper testsRobin Appelman2018-10-171-0/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix preview controller testsRobin Appelman2018-10-171-4/+29
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix error message for folder preview requestRobin Appelman2018-10-171-4/+4
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix trashbin previews for modular apiRobin Appelman2018-10-174-40/+78
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix select statementRobin Appelman2018-10-1723-434/+935
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix select statement Make trashbin api modules Apps can register trashbin backends for specific storages, allowing them to modify trashbin behavior for storages The old trashbin implementation has been wrapped in a "legacy" backend, for future work this can be replaced with a new backend that better handles shares while still keeping the legacy backend around to keep existing trash from being accessible Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-10-23392-1776/+2270
| | |
* | | Merge pull request #11943 from nextcloud/buttons-roundMorris Jobke2018-10-231-3/+0
|\ \ \ | | | | | | | | Round off buttons 'pill style' like on the website
| * | | Round off buttons 'pill style' like on the websiteJan-Christoph Borchardt2018-10-231-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #11980 from nextcloud/assemblly-stream-lazyMorris Jobke2018-10-231-5/+6
|\ \ \ \ | | | | | | | | | | lazy open first source stream in assemblystream
| * | | | lazy open first source stream in assemblystreamRobin Appelman2018-10-221-5/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #11967 from ↵Morris Jobke2018-10-238-19/+50
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/fix-opening-a-section-again-in-the-files-app Fix opening a section again in the Files app
| * | | | Remove event handler no longer neededDaniel Calviño Sánchez2018-10-212-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The custom handler for "URL changed" events were added to reload the file list whenever the sections for favorites and shares were opened; this was used to fix the problem of not reloading the file lists when opening them for a second time. However, besides that the handlers were not really necessary, and as the root of the bug was fixed in the previous commit those handlers are now removed. The file list for tags uses the handler for a different purpose, though, so that one was kept. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
| * | | | Fix opening a section again in the Files appDaniel Calviño Sánchez2018-10-216-7/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a section is open in the Files app a "show" event is triggered. File list objects handle that event by reloading themselves, but only if the file list was shown at least once. However, the file list objects of plugins are created when the "show" event is triggered for the first time for their section; as the file list objects register their handler for the "show" event when they are created they never handle the first triggered "show" event, as the handler is set while that event is being already handled. Therefore, from the point of view of the handler, the second time that a "show" event was triggered it was seen as if the file list was shown for the first time, and thus it was not reloaded. Now the "shown" property is explicitly set for those file lists that are created while handling a "show" event, which causes them to be reloaded as expected when opening their section again. Note that it is not possible to just reload the file list whenever it is shown; the file list is reloaded also when the directory changes, and this can happen when the web page is initially loaded and the URL is parsed. In that case, if file lists were reloaded when shown for the first time then it could be reloaded twice, one with the default parameters due to the "show" event and another one with the proper parameters once the URL was parsed, and the files that appeard in the list would depend on which response from the server was received the last. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | | Merge pull request #11932 from nextcloud/font-nunitoMorris Jobke2018-10-233-36/+2
|\ \ \ \ \ | | | | | | | | | | | | Change typeface to Nunito
| * | | | | Remove font-specifics from high contrast theme because we are now on ↵Jan-Christoph Borchardt2018-10-231-34/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | regular+bold anyway Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | Fix font-face in dyslexia-friendly themeJan-Christoph Borchardt2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | | Fix font-face on LDAP tooltipJan-Christoph Borchardt2018-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | | Merge pull request #11974 from nextcloud/bugfix/noid/lax-csp-on-talk-sharesRoeland Jago Douma2018-10-231-2/+21
|\ \ \ \ \ \ | | | | | | | | | | | | | | Use lax CSP when the share is a talk share
| * | | | | | Use lax CSP when the share is a talk shareJoas Schilling2018-10-221-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #11973 from nextcloud/bug/accessibility/get_js_without_uidRoeland Jago Douma2018-10-231-1/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | If there is no UID do not explode accessibility javascript
| * | | | | | | If there is no UID do not explode accessibility javascriptRoeland Jago Douma2018-10-221-1/+9
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | / / / Bump webpack from 4.20.2 to 4.22.0 in /apps/updatenotificationdependabot[bot]2018-10-222-18/+20
| |_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.20.2 to 4.22.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.20.2...v4.22.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Merge pull request #11960 from ↵Roeland Jago Douma2018-10-222-30/+27
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/apps/oauth2/webpack-4.22.0 Bump webpack from 4.20.2 to 4.22.0 in /apps/oauth2
| * | | | | Bump webpack from 4.20.2 to 4.22.0 in /apps/oauth2dependabot[bot]2018-10-212-30/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.20.2 to 4.22.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.20.2...v4.22.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | | Bump webpack from 4.20.2 to 4.22.0 in /apps/accessibilitydependabot[bot]2018-10-212-34/+31
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.20.2 to 4.22.0. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.20.2...v4.22.0) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | | | | Merge pull request #11927 from stweil/cleanRoeland Jago Douma2018-10-191-5/+5
|\ \ \ \ \ | | | | | | | | | | | | Remove duplicate condition
| * | | | | Remove duplicate conditionStefan Weil2018-10-191-6/+6
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a warning from LGTM: Operands additionnalShares and additionnalShares are identical. Fix also the typo in the parameter name.
* / | | | Add missing variable declarationsStefan Weil2018-10-195-6/+8
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes errors from LGTM like the following one: Variable i is used like a local variable, but is missing a declaration. Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | Merge pull request #11931 from ↵Roeland Jago Douma2018-10-191-6/+5
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/bug/do_not_emit_pre_hooks_twice_objectstore Do not emit preHooks twice on non-part-storage
| * | | | Do not emit preHooks twice on non-part-storageRoeland Jago Douma2018-10-191-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The old code would emit the hooks twice. Thus having the version written twice. Which is not very performant as it is first read twice as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #11905 from nextcloud/design/noid/tab-iconsRoeland Jago Douma2018-10-196-3/+30
|\ \ \ \ \ | | | | | | | | | | | | Add icon to file sidebar tabs
| * | | | | Add icon to file sidebar tabsJulius Härtl2018-10-186-3/+30
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | Merge pull request #11668 from ↵Morris Jobke2018-10-194-1/+57
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/7726/convert_caldav_subscription_source_to_long_text convert source column in calendarsubscription table to (long) text
| * | | | | | convert source column in calendarsubscription table to (long) textGeorg Ehrke2018-10-154-1/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | | Merge pull request #11823 from ↵Morris Jobke2018-10-195-3/+56
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | lex111/fix-illegible-text-color-in-size-and-modified-columns Fix illegible text color in columns Size and Modified on dark theme
| * | | | | | | Fix illegible text color in columns Size and Modified on dark theme: rework ↵Alexey Pyltsyn2018-10-185-5/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | after review Signed-off-by: Alexey Pyltsyn <lex61rus@gmail.com>
| * | | | | | | Fix illegible text color in columns Size and Modified on dark themeAlexey Pyltsyn2018-10-161-0/+14
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Alexey Pyltsyn <lex61rus@gmail.com>
* | | | | | | Merge pull request #11922 from stweil/semicolonsMorris Jobke2018-10-194-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Add missing semicolons
| * | | | | | | Add missing semicolonsStefan Weil2018-10-194-5/+5
| | |_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes some recommendations from LGTM: Avoid automated semicolon insertion (90% of all statements in the enclosing function have an explicit semicolon). Signed-off-by: Stefan Weil <sw@weilnetz.de>
* | | | | | | Merge pull request #11917 from nextcloud/csp/files_externalMorris Jobke2018-10-198-63/+111
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | Move files_external to compiled handlebars
| * | | | | | Add .l10nignoreMorris Jobke2018-10-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Move files_external to compiled handlebarsRoeland Jago Douma2018-10-197-63/+109
| |/ / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / / / Add .l10nignore files for compiled assetsMorris Jobke2018-10-195-0/+10
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #11882 from nextcloud/feature/noid/consider-net-connectionblizzz2018-10-182-5/+21
|\ \ \ \ \ | |_|/ / / |/| | | | Do not try to contact lookup server without internet connection or URL
| * | | | Do not try to contact lookup server without internet connection or URLArthur Schiwon2018-10-182-5/+21
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>