aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-302-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-292-0/+6
|
* Merge pull request #10881 from nextcloud/fix/10705/notification-widthJohn Molakvoæ2018-08-282-2/+8
|\ | | | | Makes the notifications area width equal to the contents
| * Makes the notifications area width equal to the contentsMichael Weimann2018-08-272-2/+8
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | Merge pull request #10875 from nextcloud/bugfix/10024/theming-footer-linkJulius Härtl2018-08-281-1/+1
|\ \ | | | | | | Theming: Only link Entity in footer if a url is set
| * | Theming: Only Entity in footer if a url is setJulius Härtl2018-08-271-1/+1
| | | | | | | | | | | | | | | | | | fixes #10024 Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-282-0/+6
| |/ |/|
* | Merge pull request #10867 from nextcloud/bugfix/noid/a11yJoas Schilling2018-08-272-2/+3
|\ \ | |/ |/| Use empty alt tag for avatars since there is always the name next to it
| * Make the color importantJoas Schilling2018-08-261-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Use empty alt tag for avatars since there is always the name next to itJoas Schilling2018-08-261-0/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2018-08-276-8/+16
| |
* | Fix public pages conflictingJohn Molakvoæ (skjnldsv)2018-08-261-0/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | [tx-robot] updated from transifexNextcloud bot2018-08-268-0/+8
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-254-4/+4
|
* Merge pull request #10838 from nextcloud/header-fixes-and-public-noteMorris Jobke2018-08-246-29/+19
|\ | | | | Header fixes and public note
| * Fix jsunitJohn Molakvoæ (skjnldsv)2018-08-241-1/+1
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Merge branch 'header-fixes-and-public-note' of ↵John Molakvoæ (skjnldsv)2018-08-241-1/+1
| |\ | | | | | | | | | | | | | | | https://github.com/nextcloud/server into header-fixes-and-public-note Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| | * Fix header logo paddingJulius Härtl2018-08-241-1/+1
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | Fix public share link orderJohn Molakvoæ (skjnldsv)2018-08-241-1/+1
| |/ | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix public link order and fix skip to contentJohn Molakvoæ (skjnldsv)2018-08-242-2/+3
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix mobile view and add public share note viewJohn Molakvoæ (skjnldsv)2018-08-242-10/+2
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix header calculation and better public designJohn Molakvoæ (skjnldsv)2018-08-242-16/+13
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Add support for rooms in the list of candidates to share with UIDaniel Calviño Sánchez2018-08-241-5/+29
| | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | Merge pull request #10773 from nextcloud/collapsible-dark-fixMorris Jobke2018-08-241-1/+1
|\ \ | | | | | | Accessibility theme fixes
| * | Move collapsible triangle to svg apiJohn Molakvoæ (skjnldsv)2018-08-201-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | Merge pull request #10670 from nextcloud/fix/login-throttle-username-lengthMorris Jobke2018-08-241-1/+1
|\ \ \ | | | | | | | | Fix max length requirements for the throttler metadata
| * | | Fix max length requirements for the throttler metadataChristoph Wurst2018-08-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a failed login is logged, we save the username as metadata in the bruteforce throttler. To prevent database error due to very long strings, this truncates the username at 64 bytes in the assumption that no real username is longer than that.long strings, Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #10334 from denismosolov/group-addDenis Mosolov2018-08-243-0/+143
|\ \ \ \ | | | | | | | | | | Add options to create/remove groups via occ
| * | | | Add an options to create and remove groups via occDenis Mosolov2018-08-163-0/+143
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Denis Mosolov <denismosolov@gmail.com>
* | | | | Merge pull request #10822 from ↵Morris Jobke2018-08-232-1/+12
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/show-link-to-simple-sign-up Show link to simple sign up page
| * | | | | Show link to simple sign up pageMorris Jobke2018-08-232-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-2314-8/+30
|/ / / / /
* | | | | Merge pull request #10787 from nextcloud/fix/10786/click-the-last-appJohn Molakvoæ2018-08-222-3/+9
|\ \ \ \ \ | |_|_|_|/ |/| | | | Fixes the app menu
| * | | | Fix keyboard menu element event detectionJohn Molakvoæ (skjnldsv)2018-08-221-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Fixes the app menuMichael Weimann2018-08-211-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-2214-18/+182
|/ / / /
* | | | Merge pull request #10539 from nextcloud/feature-8642-memory-checkMorris Jobke2018-08-212-1/+68
|\ \ \ \ | | | | | | | | | | Adds a setup and cli check for the recommended memory limit
| * \ \ \ Adds license to files. Updates the branch.Michael Weimann2018-08-204-13/+90
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | | Adds tests for the memory checksMichael Weimann2018-08-201-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | | Adds a memory limit warning for console commands if the limit is below the ↵Michael Weimann2018-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recommended value Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | | Adds tests for the setup memory limit checksMichael Weimann2018-08-201-11/+67
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | | Adds a setup check for the memory limitMichael Weimann2018-08-201-0/+9
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | Fix generated migration class codeChristoph Wurst2018-08-211-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The `@since` documentation is out of place here. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-214-0/+22
| |/ / / |/| | |
* | | | Merge pull request #10700 from nextcloud/fix/10516/sharepermissionsMorris Jobke2018-08-202-2/+2
|\ \ \ \ | | | | | | | | | | Fix share dialog sidebar in share views
| * | | | adapt jsunit testArthur Schiwon2018-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | Take base permissions from DAV, fixes #10516Arthur Schiwon2018-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #10628 from ↵Morris Jobke2018-08-202-11/+86
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/feature/10154/app-directory-permission-check Adds a permission check for app directories
| * | | | Extends the setup check js testsMichael Weimann2018-08-091-11/+69
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | | Adds a setup check for app directory permissions.Michael Weimann2018-08-091-0/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>