summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* [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>
* | | Merge pull request #10723 from nextcloud/fix/10722/10716/header-fixesJohn Molakvoæ2018-08-201-3/+10
|\ \ \ | | | | | | | | Fixes more apps menu and settings/user menu positions
| * | | Removes doubled stylesMichael Weimann2018-08-171-3/+0
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | Header style tweaksMichael Weimann2018-08-171-2/+11
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | | Fixes some header style issuesMichael Weimann2018-08-161-2/+3
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | Merge pull request #10747 from nextcloud/fix/10745/sticky-safariJulius Härtl2018-08-203-5/+13
|\ \ \ \ | | | | | | | | | | Adds a vendor prefix for position sticky
| * | | | Adds a vendor prefix for position stickyMichael Weimann2018-08-193-5/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-202-8/+12
|/ / / /
* / / / [tx-robot] updated from transifexNextcloud bot2018-08-182-0/+4
|/ / /
* | | and the user popover needs a higher z-index, to make it visible againArthur Schiwon2018-08-161-0/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #10608 from nextcloud/header-menu-fixesJulius Härtl2018-08-164-8/+13
|\ \ \ | | | | | | | | Fix header menu & contact popover
| * | | Tests fixesJohn Molakvoæ (skjnldsv)2018-08-101-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Align to the leftJohn Molakvoæ (skjnldsv)2018-08-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | TypoJohn Molakvoæ (skjnldsv)2018-08-091-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix header menu & contact popoverJohn Molakvoæ (skjnldsv)2018-08-092-1/+6
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Merge pull request #10695 from nextcloud/sharing-public-settings-fixesJulius Härtl2018-08-161-23/+93
|\ \ \ \ | | | | | | | | | | Fix password enforce on public links
| * | | | Disabled checkboxes and design fixesJohn Molakvoæ (skjnldsv)2018-08-161-19/+15
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Fix password enforce on public linksJohn Molakvoæ (skjnldsv)2018-08-151-14/+88
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #10701 from nextcloud/bugfix/noid/timepicker-zindexJohn Molakvoæ2018-08-151-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix timepicker z-index to be above the sidebar
| * | | | | Fix timepicker z-index to be above the sidebarJulius Härtl2018-08-151-0/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* / | | | only warn about data lose on password reset if per-user keys are usedBjoern Schiessle2018-08-151-1/+10
|/ / / / | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | Added feedback on autocomplete uiJohn Molakvoæ (skjnldsv)2018-08-151-3/+14
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | Fix footer and public min-heightJohn Molakvoæ (skjnldsv)2018-08-153-22/+24
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2018-08-154-0/+8
| | |
* | | Merge pull request #10679 from nextcloud/fix/10667/dialog-button-layoutRoeland Jago Douma2018-08-141-17/+8
|\ \ \ | | | | | | | | switches the oc dialog button row to flex
| * | | switches the oc dialog button row to flexMichael Weimann2018-08-131-17/+8
| | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | | [tx-robot] updated from transifexNextcloud bot2018-08-142-0/+10
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2018-08-138-2/+96
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-08-1110-0/+16
| | |
* | | Merge pull request #10623 from nextcloud/bugfix/10622/mobile-headerRoeland Jago Douma2018-08-101-0/+2
|\ \ \ | | | | | | | | Apply flex-basis to right header
| * | | Apply flex-basis to right headerJulius Härtl2018-08-091-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #10619 from nextcloud/bugfix/4550/redirect-page-updateRoeland Jago Douma2018-08-101-1/+1
|\ \ \ \ | | | | | | | | | | Redirect to the same page after an update