summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Block install without CAN_INSTALL fileRoeland Jago Douma2019-04-113-0/+28
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-04-1150-50/+84
|
* Merge pull request #14972 from nextcloud/fix/app-nav-toggle-missingRoeland Jago Douma2019-04-101-1/+3
|\ | | | | Disable the injected snapper logic when apps want to ship their own
| * Do not inject a #app-navigation-toggle if there is already oneChristoph Wurst2019-04-101-1/+3
| | | | | | | | | | | | | | | | | | | | This allows apps to ship their own, as in some cases the #app-content element does not exist on page load and therefore the injection fails and the icon is missing afterwards. Fixes https://github.com/nextcloud/server/issues/14956 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #14990 from nextcloud/enhancement/noid/projectsRoeland Jago Douma2019-04-105-8/+12
|\ \ | |/ |/| Rename collections to projects
| * Bump bundlesJulius Härtl2019-04-092-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use label from appsJulius Härtl2019-04-091-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Rename collections to projectsJulius Härtl2019-04-091-5/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add projects iconJulius Härtl2019-04-092-0/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-04-104-2/+20
|/
* [tx-robot] updated from transifexNextcloud bot2019-04-084-0/+26
|
* [tx-robot] updated from transifexNextcloud bot2019-04-054-2/+62
|
* Fix markup of file names in file pickerDaniel Calviño Sánchez2019-04-031-1/+1
| | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* [tx-robot] updated from transifexNextcloud bot2019-04-032-0/+6
|
* Merge pull request #14912 from nextcloud/fix/filepicker/truncated-filenameRoeland Jago Douma2019-04-013-1/+33
|\ | | | | Truncate filename in the middle on filepicker
| * Truncate filename in the middle on filepickerJohn Molakvoæ (skjnldsv)2019-03-303-1/+33
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #14900 from rummatee/issue14834Morris Jobke2019-04-011-0/+3
|\ \ | | | | | | hide new folder button in choose type filepicker
| * | hide new folder button in choose type filepickerFlorian Schunk2019-03-291-0/+3
| | | | | | | | | | | | Signed-off-by: Florian Schunk <florian.schunk@rwth-aachen.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-04-016-276/+294
| | |
* | | [tx-robot] updated from transifexNextcloud bot2019-03-314-4/+4
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2019-03-306-8/+34
|/
* Merge pull request #14892 from nextcloud/bugfix/noid/collectionsRoeland Jago Douma2019-03-294-16/+73
|\ | | | | Bugfix/noid/collections
| * Bump bundlesJulius Härtl2019-03-282-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move translations to coreJulius Härtl2019-03-281-1/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make the endpoint more robust against faulty resource providersJoas Schilling2019-03-281-13/+59
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-03-298-22/+38
|/
* Fix various theming issues on bright colorsJulius Härtl2019-03-281-1/+1
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* [tx-robot] updated from transifexNextcloud bot2019-03-286-4/+20
|
* Merge pull request #14883 from nextcloud/bugfix/14156/checkboxes-light-themeChristoph Wurst2019-03-272-0/+2
|\ | | | | Fix light theme form elements
| * Fix checkbox styling with dark themeJulius Härtl2019-03-272-1/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Darken element color and add exception for primary buttonsJulius Härtl2019-03-271-0/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Deduplicate index namesJoas Schilling2019-03-272-10/+10
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Make sure all tables have named indexesJoas Schilling2019-03-274-4/+123
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-03-2714-2/+62
|
* [tx-robot] updated from transifexNextcloud bot2019-03-2614-40/+66
|
* Merge pull request #14833 from ↵Morris Jobke2019-03-252-2/+2
|\ | | | | | | | | nextcloud/dependachristoph/npm_and_yarn/strengthify-v0.5.8 Bump strenghify to v0.5.8
| * Bump strenghify to v0.5.8Christoph Wurst2019-03-252-2/+2
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #14806 from nextcloud/fix/files/picker-new-buttonMorris Jobke2019-03-251-4/+4
|\ \ | |/ |/| Fix filepicker's add button design
| * Fix filepicker's add button designJohn Molakvoæ (skjnldsv)2019-03-221-4/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Make all filepicker strings translatableChristoph Wurst2019-03-222-4/+7
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2019-03-21128-2582/+966
|
* Revert "Where is your data?"Roeland Jago Douma2019-03-201-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-03-204-32/+46
|
* Merge pull request #14664 from ↵Roeland Jago Douma2019-03-194-11/+4
|\ | | | | | | | | nextcloud/bugfix/noid/absolute-paths-of-images-for-linked-collaboration-resources Replace the icon-class with an absolute link to an image
| * Return 200 instead of 404 when asking for collections of a resourceJoas Schilling2019-03-191-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Bump bundlesJulius Härtl2019-03-192-2/+2
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Adjust resource type to fileJulius Härtl2019-03-191-1/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Use rich objects instead of name, link and iconJoas Schilling2019-03-191-7/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Replace the icon-class with an absolute link to an imageJoas Schilling2019-03-191-1/+1
| | | | | | | | | | | | Otherwise the icon can not be displayed in mobile apps Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #14739 from ↵Roeland Jago Douma2019-03-192-2/+3
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/header-link-navigation-style-is-too-catchy Style of navigation links in header is too catchy