summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-23444-690/+58
|
* [tx-robot] updated from transifexNextcloud bot2018-08-228-6/+12
|
* Merge pull request #10775 from nextcloud/fix/10431/ldap-groupsblizzz2018-08-211-1/+1
|\ | | | | Resolve all group memberships properly
| * Resolve all group memberships properlyMorris Jobke2018-08-211-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | raise version to trigger migrationMorris Jobke2018-08-211-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix integration test execution on DronChristoph Wurst2018-08-212-2/+2
| | | | | | | | | | | | | | | | | | Apparently the Nextcloud server ignores tests that have `Integration` in their fully-qualified class name, hence the backup codes integration tests were removed. This moves them up one directory (out of `Integration`) to fix that. Real unit tests remain in the `Unit` directory. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Fix backup codes column length to fix Argon2 hash valuesChristoph Wurst2018-08-213-0/+53
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Add an integration test that inserts long back codes valuesChristoph Wurst2018-08-211-0/+9
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* [tx-robot] updated from transifexNextcloud bot2018-08-2116-4/+36
|
* Merge pull request #10700 from nextcloud/fix/10516/sharepermissionsMorris Jobke2018-08-201-21/+4
|\ | | | | Fix share dialog sidebar in share views
| * remove unexecutable codeArthur Schiwon2018-08-151-21/+4
| | | | | | | | | | | | | | OCA.Sharing.SharedFileInfo was never defined and that stopped execution. Interestingly, FF never showed me an error. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | Merge pull request #10738 from ↵blizzz2018-08-202-1/+32
|\ \ | | | | | | | | | | | | nextcloud/fix/10669/store-sorting-only-for-loggedin-users Only send an update sort order request if there is an user
| * | Improves the testsMichael Weimann2018-08-171-9/+24
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Stores the sorting only if there is an userMichael Weimann2018-08-171-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
| * | Adds a test to check that the sorting isn't stored without an userMichael Weimann2018-08-171-0/+16
| | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | | Merge pull request #10697 from nextcloud/smb-log-removed-entriesMorris Jobke2018-08-201-11/+25
|\ \ \ | | | | | | | | log entries that are hidden during file listing
| * | | log entries that are hidden during file listingRobin Appelman2018-08-161-11/+25
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | Merge pull request #10687 from nextcloud/fix/noid/false-positive-change-mentionMorris Jobke2018-08-203-27/+67
|\ \ \ \ | | | | | | | | | | don't blame randome people for background email updates
| * | | | fix unit testsArthur Schiwon2018-08-151-10/+47
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | don't force LDAP updates on userExists anymoreArthur Schiwon2018-08-141-9/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and remove some deprecated code Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | | don't blame email address changersArthur Schiwon2018-08-141-8/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the information is being collected with admin_audit Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-204-2/+4
| | | | |
* | | | | Merge pull request #10707 from nextcloud/dark-theme-fixesJulius Härtl2018-08-181-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix public pages background
| * | | | | Fix public pages backgroundJohn Molakvoæ (skjnldsv)2018-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-184-0/+12
| |_|_|/ / |/| | | |
* | | | | Merge pull request #10718 from nextcloud/occ-recover-encryptionBjörn Schießle2018-08-176-12/+146
|\ \ \ \ \ | | | | | | | | | | | | add occ command to recover encrypted files in case of password lost
| * | | | | add occ command to recover encrypted files in case of password lostBjoern Schiessle2018-08-166-12/+146
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | | | | and the user popover needs a higher z-index, to make it visible againArthur Schiwon2018-08-161-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | fix wrong return value of filtered whats new infoArthur Schiwon2018-08-162-1/+77
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | Merge pull request #10695 from nextcloud/sharing-public-settings-fixesJulius Härtl2018-08-161-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Fix password enforce on public links
| * | | | | Disabled checkboxes and design fixesJohn Molakvoæ (skjnldsv)2018-08-161-2/+2
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #10692 from nextcloud/deleted-share-remove-actionsRoeland Jago Douma2018-08-162-4/+26
|\ \ \ \ \ | | | | | | | | | | | | Do not show action menu if no actions are available
| * | | | | Object.values polyfillJohn Molakvoæ (skjnldsv)2018-08-161-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | | Do not show action menu if no actions are availableJohn Molakvoæ (skjnldsv)2018-08-152-4/+12
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | / / / [tx-robot] updated from transifexNextcloud bot2018-08-168-118/+124
| |/ / / |/| | |
* | | | Merge pull request #10691 from nextcloud/various-beta14-design-fixesJulius Härtl2018-08-152-1/+7
|\ \ \ \ | | | | | | | | | | Various beta14 design fixes
| * | | | Added feedback on autocomplete uiJohn Molakvoæ (skjnldsv)2018-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | TypoJohn Molakvoæ (skjnldsv)2018-08-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Ellipsis long username/mails in share viewJohn Molakvoæ (skjnldsv)2018-08-151-0/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | | Undo button fix in themingJohn Molakvoæ (skjnldsv)2018-08-151-0/+2
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / / Add default theming into accessibility compilerJohn Molakvoæ (skjnldsv)2018-08-151-1/+34
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / [tx-robot] updated from transifexNextcloud bot2018-08-1510-0/+24
|/ /
* | Merge pull request #8855 from nextcloud/feature/noid/ldap-integration-autotestsblizzz2018-08-147-731/+6
|\ \ | | | | | | behat integration tests for LDAP
| * | tests for user storage locationArthur Schiwon2018-08-101-186/+0
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | convert pagination testsArthur Schiwon2018-08-091-36/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | convert connection testsArthur Schiwon2018-08-091-172/+0
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | integration test to ensure entries without displayname don't cause troubleArthur Schiwon2018-08-091-81/+0
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | convert LDAP offline and backup server integration testsArthur Schiwon2018-08-091-124/+0
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | FIX: emit assignedUserId only for usersArthur Schiwon2018-08-091-5/+5
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | integration test checking the group filterArthur Schiwon2018-08-091-127/+0
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>