summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13156 from nextcloud/enhancement/npmizeRoeland Jago Douma2019-01-0985-32234/+588
|\ | | | | Use npm for js depdencies, bundle with webpack
| * Bump select2 from 3.4.5 to 3.4.8Christoph Wurst2019-01-093-33/+32
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Fix select2 style preferenceJulius Härtl2019-01-091-3/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Override select2 lib stylingJohn Molakvoæ (skjnldsv)2019-01-091-5/+6
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Update select2, include cssChristoph Wurst2019-01-093-30/+31
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Use `jquery-ui-dist` instead of `jquery-ui` to resolve an issue with effectsChristoph Wurst2019-01-093-191/+100
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Don't load old vendor files during jsunit testsChristoph Wurst2019-01-094-65524/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Remove core.jsChristoph Wurst2019-01-092-13/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Move vendored css ponyfill to npmChristoph Wurst2019-01-096-70/+195
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Remove BowerChristoph Wurst2019-01-091-44/+0
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Npmize (vendor) scriptsChristoph Wurst2019-01-0984-32142/+66042
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #13177 from rummatee/issue7629Jan-Christoph Borchardt2019-01-094-3/+151
|\ \ | |/ |/| Create Folders when moving files
| * use triple equal signs according to style guideFlorian Schunk2019-01-091-1/+1
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
| * move to new folderFlorian Schunk2019-01-091-1/+1
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
| * use triple equal signs according to style guideFlorian Schunk2019-01-092-2/+2
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
| * fix button position for chromeFlorian Schunk2019-01-091-2/+2
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
| * change menu's orientation to make sure it is completly visibleFlorian Schunk2019-01-093-2/+3
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
| * open name prompt on pressing enterFlorian Schunk2019-01-091-0/+11
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
| * reset name of new folder and prevent the form from being submitted twiceFlorian Schunk2019-01-091-1/+6
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
| * adjust design to match file appFlorian Schunk2019-01-091-6/+7
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
| * add functionality to create new folder in file pickerFlorian Schunk2019-01-094-3/+107
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
| * added button for new folder to interfaceFlorian Schunk2019-01-092-1/+27
| | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* | add support for boolean defaultMaxence Lange2019-01-091-1/+5
|/ | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com> code cleaning Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* Merge pull request #13381 from nextcloud/menu-apps-fixesRoeland Jago Douma2019-01-071-0/+1
|\ | | | | Fix apps menu overlapping
| * Fix apps menu overlappingJohn Molakvoæ (skjnldsv)2019-01-051-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Make the nav bullet transparent selector more specificMichael Weimann2019-01-061-1/+1
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | [tx-robot] updated from transifexNextcloud bot2019-01-064-2/+40
| |
* | [tx-robot] updated from transifexNextcloud bot2019-01-0558-106/+130
| |
* | Merge pull request #13363 from nextcloud/fix/loginflow_apptoken_iosMorris Jobke2019-01-044-11/+17
|\ \ | | | | | | Fix loginflow with apptoken enter on iOS
| * | Fix loginflow with apptoken enter on iOSRoeland Jago Douma2019-01-044-11/+17
| |/ | | | | | | | | | | | | It seems iOS doesn't like us to change the location. So now we submit it to the server that geneartes the redirect. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #13358 from nextcloud/bugfix/12927-bigint-mtime-storagetimeRoeland Jago Douma2019-01-041-4/+4
|\ \ | | | | | | Install new instances with bigint filecache
| * | Install new instances with bigint filecacheDaniel Kesselberg2019-01-041-4/+4
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #13145 from nextcloud/ie11-apps-menu-fixMorris Jobke2019-01-042-16/+37
|\ \ \ | | | | | | | | IE fix for apps menu
| * | | IE fix for apps menuJohn Molakvoæ (skjnldsv)2018-12-182-16/+37
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #13134 from nextcloud/bugfix/13088/404-instead-of-exceptionMorris Jobke2019-01-041-3/+7
|\ \ \ \ | |_|_|/ |/| | | returns a 404 instead of exception if app is not installed - #13088
| * | | Make setup check also pass with a 501 statusJulius Härtl2018-12-191-3/+7
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #13313 from nextcloud/feature/remove-outdated-cachesRoeland Jago Douma2019-01-042-25/+0
|\ \ \ \ | | | | | | | | | | Remove check for outdated caches
| * | | | Remove check for outdated cachesDaniel Kesselberg2019-01-022-25/+0
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | [tx-robot] updated from transifexNextcloud bot2019-01-0410-50/+64
| | | |
* | | | Merge pull request #13213 from ↵Morris Jobke2019-01-033-2/+24
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/enhancement/12943/index_twofactor_providers Add twofactor_providers_uid index
| * | | | Add twofactor_providers_uid indexRoeland Jago Douma2018-12-213-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #12943 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge pull request #13225 from nextcloud/unbundle_user-externalMorris Jobke2019-01-031-1/+0
|\ \ \ \ \ | | | | | | | | | | | | unbundle user_external to release it via appstore
| * | | | | remove user_external from shipped.jsonJonas Sulzer2018-12-211-1/+0
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
* | | | | Merge pull request #13316 from wernerfred/masterRoeland Jago Douma2019-01-031-0/+0
|\ \ \ \ \ | | | | | | | | | | | | Update background of favicon-fb.png
| * | | | | Update background of favicon-fb.pngwernerfred2019-01-011-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: wernerfred <wernerf@fim.uni-passau.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2019-01-036-8/+148
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-01-024-8/+8
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2019-01-012-122/+122
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-12-314-10/+22
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2018-12-304-42/+114
| | | |