summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Set autocomplete=new-password for mail share passwordRoeland Jago Douma2018-02-281-1/+1
| | | | | | | This avoids the browser to do autocompletion on the mail share password field. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #8496 from nextcloud/ext-strg-design-fixesMorris Jobke2018-02-271-8/+12
|\ | | | | External storage design fixes and update
| * Select in popover fixJohn Molakvoæ (skjnldsv)2018-02-221-0/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * fixup! Use popovermenu instead of dropdown and small fix to popovermenuJohn Molakvoæ (skjnldsv)2018-02-221-3/+4
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Use popovermenu instead of dropdown and small fix to popovermenuJohn Molakvoæ (skjnldsv)2018-02-221-12/+11
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #7363 from nextcloud/default-share-permsMorris Jobke2018-02-274-11/+58
|\ \ | | | | | | Let the admin configure the default share permissions
| * | Fix JSDocMorris Jobke2018-02-271-1/+1
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | Fix share capabilities JS testsVincent Petry2018-02-271-1/+24
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | add share permissions to settings pageBjoern Schiessle2018-02-271-8/+9
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
| * | expose capabilities in jsBjoern Schiessle2018-02-272-2/+25
| | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | Fix acceptance test for new menu structureJulius Härtl2018-02-271-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Fix popovermenuJulius Härtl2018-02-271-3/+3
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add public templateJulius Härtl2018-02-275-0/+133
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-02-274-0/+80
| |
* | Merge pull request #7933 from nextcloud/update-notification-vuejsJoas Schilling2018-02-262-15/+75
|\ \ | | | | | | Migrate Update notifications to Vue.js
| * | fixup! Add vselect theming into serverJohn Molakvoæ (skjnldsv)2018-02-221-1/+0
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | Add vselect theming into serverJohn Molakvoæ (skjnldsv)2018-02-222-15/+76
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #6481 from nextcloud/occ-app-install-enableMorris Jobke2018-02-261-0/+13
|\ \ \ | | | | | | | | add enable flag to occ app:install
| * | | enable app by default after occ app:installsualko2018-02-261-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org>
| * | | add enable flag to occ app:install (fix #5834)sualko2018-02-261-0/+13
| | | | | | | | | | | | | | | | Signed-off-by: Klaus Herberth <klaus@jsxc.org>
* | | | Merge pull request #8412 from agates/masterMorris Jobke2018-02-261-1/+1
|\ \ \ \ | |/ / / |/| | | Add mtime and storage_mtime to db:convert-filecache-bigint
| * | | Add mtime and storage_mtime to db:convert-filecache-bigintAlecks Gates2018-02-171-1/+1
| | | |
* | | | Merge pull request #8390 from dasisdormax/masterMorris Jobke2018-02-263-18/+84
|\ \ \ \ | | | | | | | | | | Add indeterminate state to share permission checkbox
| * | | | Update tests for indeterminate state, fix slashes not being escapedMaximilian Wende2018-02-162-2/+50
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maximilian Wende <dasisdormax@mailbox.org>
| * | | | Fix indeterminate checkbox state not showing correctlyMaximilian Wende2018-02-151-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also, the checkbox is updated to the correct state while a permission change is in progress. should fix issue #8371 Signed-off-by: Maximilian Wende <dasisdormax@secure.mailbox.org>
| * | | | Add indeterminate state to 'can edit' share permission checkbox, see #8371Maximilian Wende2018-02-152-9/+24
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maximilian Wende <dasisdormax@secure.mailbox.org>
* | | | | Merge pull request #8026 from ↵Joas Schilling2018-02-261-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/allow-custom-html-in-html-emails Allow custom HTML in HTML Emails
| * | | | | Fix existing usagesJoas Schilling2018-02-151-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Use array in t() calls in exception templateJulius Härtl2018-02-231-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-02-234-2/+4
| | | | | |
* | | | | | don't try login with the same name that just failedArthur Schiwon2018-02-221-3/+5
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Fix more templatesRoeland Jago Douma2018-02-211-1/+1
| |_|_|/ |/| | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2018-02-216-2/+82
| | | |
* | | | 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>