summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | Merge pull request #11853 from nextcloud/csp/commentsMorris Jobke2018-10-185-27/+56
|\ \ \ | | | | | | | | Move more comments to compiled handlebars
| * | | Move more comments to compiled handlebarsRoeland Jago Douma2018-10-155-27/+56
| | |/ | |/| | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11822 from ↵Morris Jobke2018-10-187-107/+304
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/forbid_freebusy_but_allow_local_delivery allow local delivery of schedule message while prohibiting FreeBusy requests
| * | | move disableFreeBusy check from User principal backend to Scheduling Outbox ↵Georg Ehrke2018-10-167-107/+304
| |/ / | | | | | | | | | | | | | | | collection. This allows to keep local delivery of scheduling messages while prohibiting FreeBusy requests Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | Merge pull request #11878 from nextcloud/no-require-same-site-cookie-on-assetsblizzz2018-10-181-0/+2
|\ \ \ | | | | | | | | Don't require Same Site Cookies on assets
| * | | Don't require Same Site Cookies on assetsThomas Citharel2018-10-171-0/+2
| | |/ | |/| | | | | | | | | | | | | | | | | | | Which can be used for public iframe embeeding See https://github.com/nextcloud/calendar/issues/169 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #11862 from nextcloud/bugfix/ensure_cache_it_initblizzz2018-10-171-1/+3
|\ \ \ | |/ / |/| | Double check for failed cache with a shared storage
| * | Double check for failed cache with a shared storageRoeland Jago Douma2018-10-161-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When obtaining the SourceRootInfo we can call init. If this fails the cache is set to a failed cache and the storage to a failed storage. However we did not check for this. Which means that if the storage was invalid it would fail later on. Now we will properly error out. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #11870 from nextcloud/fix/noid/proper-column-name-escapingMorris Jobke2018-10-163-3/+3
|\ \ \ | | | | | | | | Properly quote column name in "createFunction" call
| * | | Properly escape column name in "createFunction" callMorris Jobke2018-10-163-3/+3
| |/ / | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #11839 from nextcloud/csp/files_dropRoeland Jago Douma2018-10-164-12/+38
|\ \ \ | |/ / |/| | Move files_drop to compiled handlebars