summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #8336 from nextcloud/cleanup-unused-parameterRoeland Jago Douma2018-02-201-6/+1
|\ | | | | Cleanup unused parameter
| * Remove config from AutoCompleteControllerMorris Jobke2018-02-131-6/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2018-02-204-8/+64
| |
* | Merge pull request #8428 from nextcloud/fix_8189Roeland Jago Douma2018-02-192-0/+0
|\ \ | | | | | | Use TTF fonts for avatar generation
| * | Add TTF of OpenSand-{Ligh,Semibold}Roeland Jago Douma2018-02-192-0/+0
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Remove unused var in OC.Notification.showTemporaryChristoph Wurst2018-02-191-1/+0
|/ / | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2018-02-192-12/+38
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-172-2/+40
| |
* | App manager is not needed anymoreJoas Schilling2018-02-161-2/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Validate the info.xml against the appstore schema fileJoas Schilling2018-02-162-52/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-02-162-2/+2
| |
* | Merge pull request #8095 from nextcloud/webapps-capabilitiesMorris Jobke2018-02-152-0/+94
|\ \ | | | | | | Expose navigation entries as API endpoint
| * | Also rewrite icon urlJulius Härtl2018-02-121-0/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Move to OCS endpointJulius Härtl2018-02-122-16/+18
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Allow requesting absolute URLsJulius Härtl2018-02-121-5/+33
| | | | | | | | | | | | | | | | | | They might be useful when requesting the navigation from the clients Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add tests for NavigationControllerJulius Härtl2018-02-121-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Add navigation endpointJulius Härtl2018-02-122-0/+61
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #8376 from nextcloud/devgalsMorris Jobke2018-02-151-0/+1
|\ \ \ | | | | | | | | Fix edit tag textbox size
| * | | Fix edit tag textbox sizeAastha Gupta2018-02-151-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fixes #7586 Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
* | | | Merge pull request #7754 from pierlon/masterMorris Jobke2018-02-154-0/+17
|\ \ \ \ | |/ / / |/| | | Add icons to devices/sessions
| * | | Use generic icons for clientsPierre Gordon2018-01-2013-39/+9
| | | | | | | | | | | | | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
| * | | Centralize iconsPierre Gordon2018-01-1910-0/+47
| | | | | | | | | | | | | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2018-02-1410-12/+438
| | | |
* | | | Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1414-27/+0
|\ \ \ \ | | | | | | | | | | Remove unused import statements
| * | | | Remove unused import statementsMorris Jobke2018-02-1414-27/+0
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | Merge pull request #8337 from nextcloud/use-non-alias-methodJoas Schilling2018-02-143-4/+4
|\ \ \ \ | | | | | | | | | | Use non aliased method instead
| * | | | Use non aliased method insteadMorris Jobke2018-02-133-4/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / [tx-robot] updated from transifexNextcloud bot2018-02-146-16/+88
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2018-02-1316-4/+2780
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-02-1210-6/+142
| |/ |/|
* | [tx-robot] updated from transifexNextcloud bot2018-02-092-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-094-8/+20
| |
* | Merge pull request #8214 from axllent/referrer-fixJoas Schilling2018-02-083-3/+3
|\ \ | | | | | | Block referrer information with "no-referrer"
| * | Referrer fix (no-referrer)Ralph Slooten2018-02-083-3/+3
| | | | | | | | | | | | | | | | | | | | | Blocking referrer information should be done with "no-referrer" and not "never". See https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Referrer-Policy Signed-off-by: Ralph Slooten <axllent@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-082-2/+4
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-02-076-4/+72
| |
* | Merge pull request #8165 from nextcloud/jquery-ui-missing-imgMorris Jobke2018-02-051-0/+1
|\ \ | | | | | | Remove jquery ui background image
| * | Remove jquery ui background imageJulius Härtl2018-02-031-0/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-02-052-2/+28
|/ /
* | [tx-robot] updated from transifexNextcloud bot2018-02-0314-14/+398
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-028-8/+132
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-0116-0/+4402
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-01114-12652/+104
| |
* | [tx-robot] updated from transifexNextcloud bot2018-02-012-0/+2
| |
* | Fixed app navigation flex marginsJohn Molakvoæ (skjnldsv)2018-01-311-26/+9
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #8096 from ↵Roeland Jago Douma2018-01-311-0/+52
|\ \ | | | | | | | | | | | | nextcloud/feature/6382/do-not-cache-settings-in-db-anymore Do not cache the settings/sections in the database anymore
| * | Do not cache the settings/sections in the database anymoreJoas Schilling2018-01-291-0/+52
| | | | | | | | | | | | | | | | | | | | | This caused more troubles then it had benefits, especially when an app got disabled or was removed without being disabled. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-01-312-2/+2
| | |
* | | Update core.jsRoeland Jago Douma2018-01-291-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Bump clipboardjsRoeland Jago Douma2018-01-292-7/+7
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>