summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Move of files_versions to webpackRoeland Jago Douma2019-02-131-2/+0
| | | | | | | | * Move CSS into bundle * Old merged.json no longer needed! * No need to load the style still Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #14035 from adduxa/patch-1Morris Jobke2019-02-133-3/+3
|\ | | | | Fix expiration date changing for file shared by link
| * Check in compiled assetsMorris Jobke2019-02-082-2/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * Fix expiration date changingAndrey Dyakov2019-02-051-1/+1
| | | | | | Pass shareId to setExpirationDate()
* | Move webpack config to rootRoeland Jago Douma2019-02-133-18/+0
| | | | | | | | | | | | Then we can include all server repo webpack configs in 1 go Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2019-02-134-2/+14
| |
* | [tx-robot] updated from transifexNextcloud bot2019-02-12128-1010/+1010
| |
* | Bump webpack from 4.29.1 to 4.29.3dependabot[bot]2019-02-112-2/+2
| | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.29.1 to 4.29.3. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.29.1...v4.29.3) Signed-off-by: dependabot[bot] <support@dependabot.com>
* | Merge pull request #13097 from nextcloud/feature/11319/where-is-your-dataMorris Jobke2019-02-111-4/+4
|\ \ | | | | | | Where is your data?
| * | Add the "where is your data?" frontendMichael Weimann2019-01-141-4/+4
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Bump handlebars from 4.0.12 to 4.1.0dependabot[bot]2019-02-112-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.0.12 to 4.1.0. - [Release notes](https://github.com/wycats/handlebars.js/releases) - [Changelog](https://github.com/wycats/handlebars.js/blob/v4.1.0/release-notes.md) - [Commits](https://github.com/wycats/handlebars.js/compare/v4.0.12...v4.1.0) Signed-off-by: dependabot[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #14013 from nextcloud/enh/core_systemtags_jsMorris Jobke2019-02-115-10/+22
|\ \ \ | | | | | | | | Move core/systemtags to webpack
| * | | Move core/systemtags to webpackRoeland Jago Douma2019-02-115-10/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use webpack to bundle the core systemtags so the webserver can serve them statically * Bundle the core scss in there as well (saves a request) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2019-02-114-2/+10
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2019-02-102-0/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-02-092-14/+16
| | |
* | | [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>