summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2018-08-2736-10/+62
|
* Merge pull request #10856 from nextcloud/bugfix/noid/comments-contactsmenuJohn Molakvoæ2018-08-261-1/+0
|\ | | | | Fix contactsmenu for mentioned users in comments
| * Fix contactsmenu for mentioned users in commentsJulius Härtl2018-08-251-1/+0
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2018-08-2610-0/+32
|/
* [tx-robot] updated from transifexNextcloud bot2018-08-25140-138/+118
|
* Merge pull request #10838 from nextcloud/header-fixes-and-public-noteMorris Jobke2018-08-244-9/+61
|\ | | | | Header fixes and public note
| * Tests fixesJohn Molakvoæ (skjnldsv)2018-08-241-4/+7
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix mobile view and add public share note viewJohn Molakvoæ (skjnldsv)2018-08-244-6/+46
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * Fix header calculation and better public designJohn Molakvoæ (skjnldsv)2018-08-241-3/+12
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #10820 from nextcloud/fix/noid/emptydefaultprefixMorris Jobke2018-08-243-15/+18
|\ \ | | | | | | [LDAP] The WebUI Wizard also should not assign empty config IDs
| * | [LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon2018-08-233-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With 689df9a843dd0505088143de039af775a3f92612 the behaviour to assign only non-empty config IDs was introduced. Only, this was only effective for CLI and OCS API. Related to #3270. The web UI creates now also a full configuration on first load. This fixes #5094. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #10834 from nextcloud/add-support-for-room-sharesRoeland Jago Douma2018-08-242-2/+13
|\ \ \ | | | | | | | | Add support for room shares
| * | | Fix testsRoeland Jago Douma2018-08-241-2/+7
| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | | Add rooms in the default candidate types to look for when sharingDaniel Calviño Sánchez2018-08-241-0/+6
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | | | Merge pull request #10835 from nextcloud/dav-search-no-negative-mtimeMorris Jobke2018-08-241-1/+1
|\ \ \ \ | | | | | | | | | | disallow negative mtime in dav search
| * | | | disallow negative mtime in dav searchRobin Appelman2018-08-241-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #10803 from nextcloud/smb-dir-instead-of-allinfoMorris Jobke2018-08-242-2/+19
|\ \ \ \ \ | |_|/ / / |/| | | | prefer using dir instead of allinfo for getting smb file info
| * | | | fix missing importRobin Appelman2018-08-241-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | assume the same timezone when using local domain names for smbRobin Appelman2018-08-231-1/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | improved fallback of timezone detectionRobin Appelman2018-08-231-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | use dir instead of allinfo where possibleRobin Appelman2018-08-221-0/+12
| | | | |
* | | | | Merge pull request #10773 from nextcloud/collapsible-dark-fixMorris Jobke2018-08-241-3/+2
|\ \ \ \ \ | | | | | | | | | | | | Accessibility theme fixes
| * | | | | Update contrast theme to better readability on icons and files actionJohn Molakvoæ (skjnldsv)2018-08-201-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | | Merge pull request #10828 from ↵Morris Jobke2018-08-241-4/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/fac-108/mimetype-detection-broken-for-junked-uploads Fix mimetype detection for junked uploads
| * | | | | | Fix mimetype detection for junked uploadsJoas Schilling2018-08-241-4/+10
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | Merge pull request #10724 from nextcloud/large-share-count-performanceMorris Jobke2018-08-243-24/+49
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Improve performance when dealing with large numbers of shares
| * | | | | cache parent exists status during share setupRobin Appelman2018-08-163-10/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | only determine is sharing is disabled for a user onceRobin Appelman2018-08-162-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | don't check if target dir exists when using the default share target directoryRobin Appelman2018-08-162-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | re-use view instances for shared storagesRobin Appelman2018-08-162-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | more efficient way to detect added and removed mountsRobin Appelman2018-08-161-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | more efficient unique share target generationRobin Appelman2018-08-162-13/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #10589 from nextcloud/smb-stat-retryMorris Jobke2018-08-241-1/+8
|\ \ \ \ \ \ | | | | | | | | | | | | | | retry smb stat on timeout
| * | | | | | retry stat on timeoutRobin Appelman2018-08-081-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2018-08-24142-10/+242
| | | | | | |
* | | | | | | Merge pull request #10815 from nextcloud/fix/noid/missingreturnvalMorris Jobke2018-08-231-0/+1
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | returning of $tr is expected, otherwise ending up in a JS error
| * | | | | | returning of $tr is expected, otherwise ending up in a JS errorArthur Schiwon2018-08-231-0/+1
| | |_|_|_|/ | |/| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* / | | | | [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>