summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-02-086-18/+122
|
* Merge pull request #13969 from ↵Morris Jobke2019-02-072-13/+13
|\ | | | | | | | | nextcloud/enh/additional_scripts_no_on_public_pages No need to emit additonalscript event on public pages
| * Add StandaloneTemplateResponseRoeland Jago Douma2019-02-062-13/+13
| | | | | | | | | | | | | | This can be used by pages that do not have the full Nextcloud UI. So notifications etc do not load there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Implement guest avatar endpointMichael Weimann2019-02-073-1/+108
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | [tx-robot] updated from transifexNextcloud bot2019-02-064-2/+30
| |
* | Merge pull request #12573 from nextcloud/fix/12568/special_handling_of_logoutMorris Jobke2019-02-061-1/+3
|\ \ | | | | | | Do not do redirect handling when loggin out
| * | Do not do redirect handling when loggin outRoeland Jago Douma2019-02-061-1/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12568 Since the clearing of the execution context causes another reload. We should not do the redirect_uri handling as this results in redirecting back to the logout page on login. This adds a simple middleware that will just check if the ClearExecutionContext session variable is set. If that is the case it will just redirect back to the login page. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-02-06128-1654/+1814
| |
* | Do not load bundled jstimezonedetectRoeland Jago Douma2019-02-061-1/+0
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix OC.addStyle and OC.addScriptRoeland Jago Douma2019-02-051-2/+0
| | | | | | | With the move to the bundles a comment tag was not removed. So the loaded array was undefined. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* It is getURLParameter not getUrlParameterRoeland Jago Douma2019-02-053-4/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move the contactsmenu handlebars templates to the bundleRoeland Jago Douma2019-02-0412-162/+67
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump css-vars-ponyfill from 1.16.3 to 1.16.4dependabot[bot]2019-02-032-4/+4
| | | | | | | | | | Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 1.16.3 to 1.16.4. - [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases) - [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md) - [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/compare/v1.16.3...v1.16.4) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Improve design of description below label of checkbox or radio buttonJan-Christoph Borchardt2019-02-011-0/+9
| | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* Merge pull request #13960 from nextcloud/refactor/global-helpers-bundleMorris Jobke2019-02-017-45/+181
|\ | | | | Move global helper functions to the bundle and deprecate some of them
| * Move global helper functions to the bundle and deprecate some of themChristoph Wurst2019-02-017-45/+181
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #12917 from ↵Morris Jobke2019-02-012-2/+3
|\ \ | |/ |/| | | | | nextcloud/feature/noid/favorites-quickaccess-add-droppable-v3 Added Drozone to favorites quickaccess
| * Extract variable for yellow color in iconsfnuesse2019-02-012-2/+3
| | | | | | | | Signed-off-by: fnuesse <felix.nuesse@t-online.de>
* | Make chunkify an internal function to prevent context errorsChristoph Wurst2019-02-013-26/+67
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add OC.Util to the server bundleChristoph Wurst2019-02-018-427/+529
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move OC.PasswordConfirmation to the server bundleChristoph Wurst2019-02-015-97/+132
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move OC.search to the server bundleChristoph Wurst2019-02-015-17/+66
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move OC.Plugin to the server bundleChristoph Wurst2019-02-015-92/+93
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move OC.msg to the server bundleChristoph Wurst2019-02-015-96/+122
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move OC.Notification to the server bundleChristoph Wurst2019-02-015-212/+257
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Move custom polyfills to the server bundleChristoph Wurst2019-01-317-28/+133
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #13935 from nextcloud/fix/backbone-webpack-noconflictRoeland Jago Douma2019-01-315-21/+45
|\ | | | | Fix the patched Backbone instance and use that exclusively
| * Use Backbone.noConflict in the bundle as wellChristoph Wurst2019-01-315-21/+45
| | | | | | | | | | | | Move the patched Backbone to its own module again Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Remove unused OC._matchMedia helperChristoph Wurst2019-01-311-14/+0
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #13924 from nextcloud/fix/initial-state-keyMorris Jobke2019-01-304-22/+20
|\ | | | | Add a key parameter to the new initial state API
| * Add a key parameter to the new initial state APIChristoph Wurst2019-01-304-22/+20
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #12785 from nextcloud/head-menu-half-height-fixMorris Jobke2019-01-304-128/+77
|\ \ | |/ |/| Unify headers menu design, fix click area
| * Scrolling on apps popovermenuJohn Molakvoæ (skjnldsv)2019-01-301-0/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Popovermenu size fixJohn Molakvoæ (skjnldsv)2019-01-291-8/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Unify headers menu design, fix click areaJohn Molakvoæ (skjnldsv)2019-01-293-125/+66
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Move OCP.AppCOnfig, OCP.Comments and OCP.WhatsNew to the server bundleChristoph Wurst2019-01-3012-340/+371
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #13752 from rummatee/issue7629Roeland Jago Douma2019-01-301-0/+1
|\ \ | | | | | | fix opacity for add-new-folder button
| * | fix opacity for add-new-folder buttonFlorian Schunk2019-01-231-0/+1
| | | | | | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* | | Merge pull request #13897 from ↵Roeland Jago Douma2019-01-305-45/+36
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix-updating-the-password-of-a-link-share-when-passwords-are-enforced Fix updating the password of a link share when passwords are enforced
| * | | Fix updating the password of a link share when passwords are enforcedDaniel Calviño Sánchez2019-01-295-45/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The password input was shown in the popup menu when passwords were not enforced, or when they were enforced but no password was set, which prevented updating/changing the password once set. As the password input should be shown too when password are enforced and a password is set no condition is needed, so now the password input is always shown. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Provide initial stateRoeland Jago Douma2019-01-298-2/+59
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #13881 from nextcloud/refactor/jquery-plugins-bundleRoeland Jago Douma2019-01-2926-1047/+1449
|\ \ \ \ | | | | | | | | | | Move jQuery plugins into modules and add them to the bundle
| * | | | Move jQuery plugins into modules and add them to the bundleChristoph Wurst2019-01-2926-1047/+1449
| |/ / / | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #13869 from ↵Roeland Jago Douma2019-01-291-2/+8
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/enh/clean_pending_2fa_session_on_password_change Clean pending 2FA authentication on password reset
| * | | Clean pending 2FA authentication on password resetRoeland Jago Douma2019-01-291-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When a password is reste we should make sure that all users are properly logged in. Pending states should be cleared. For example a session where the 2FA code is not entered yet should be cleared. The token is now removed so the session will be killed the next time this is checked (within 5 minutes). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #13878 from nextcloud/refactor/oc-appconfig-eventsource-l10nMorris Jobke2019-01-299-92/+130
|\ \ \ \ | | | | | | | | | | Move OC.AppConfig, OC.EventSource and OC.L10N to the server bundle
| * | | | Move OC.L10n to the server bundleChristoph Wurst2019-01-297-36/+44
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Move OC.EventSource to the server bundleChristoph Wurst2019-01-296-56/+60
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * | | | Move OC.AppConfig to the server bundle and add a deprecation verionChristoph Wurst2019-01-296-14/+40
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #10874 from ↵John Molakvoæ2019-01-292-1/+10
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/10859/clear-localstorage-on-logout Clears the local storage after logout