summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)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 commentsJulius Härtl2018-08-251-1/+0
* | [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
|\
| * Tests fixesJohn Molakvoæ (skjnldsv)2018-08-241-4/+7
| * Fix mobile view and add public share note viewJohn Molakvoæ (skjnldsv)2018-08-244-6/+46
| * Fix header calculation and better public designJohn Molakvoæ (skjnldsv)2018-08-241-3/+12
* | Merge pull request #10820 from nextcloud/fix/noid/emptydefaultprefixMorris Jobke2018-08-243-15/+18
|\ \
| * | [LDAP] The WebUI Wizard also should not assign empty config IDsArthur Schiwon2018-08-233-15/+18
* | | Merge pull request #10834 from nextcloud/add-support-for-room-sharesRoeland Jago Douma2018-08-242-2/+13
|\ \ \
| * | | Fix testsRoeland Jago Douma2018-08-241-2/+7
| * | | Add rooms in the default candidate types to look for when sharingDaniel Calviño Sánchez2018-08-241-0/+6
* | | | Merge pull request #10835 from nextcloud/dav-search-no-negative-mtimeMorris Jobke2018-08-241-1/+1
|\ \ \ \
| * | | | disallow negative mtime in dav searchRobin Appelman2018-08-241-1/+1
* | | | | Merge pull request #10803 from nextcloud/smb-dir-instead-of-allinfoMorris Jobke2018-08-242-2/+19
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | fix missing importRobin Appelman2018-08-241-0/+1
| * | | | assume the same timezone when using local domain names for smbRobin Appelman2018-08-231-1/+2
| * | | | improved fallback of timezone detectionRobin Appelman2018-08-231-1/+4
| * | | | 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
|\ \ \ \ \
| * | | | | Update contrast theme to better readability on icons and files actionJohn Molakvoæ (skjnldsv)2018-08-201-3/+2
* | | | | | Merge pull request #10828 from nextcloud/bugfix/fac-108/mimetype-detection-br...Morris Jobke2018-08-241-4/+10
|\ \ \ \ \ \
| * | | | | | Fix mimetype detection for junked uploadsJoas Schilling2018-08-241-4/+10
| | |_|_|/ / | |/| | | |
* | | | | | Merge pull request #10724 from nextcloud/large-share-count-performanceMorris Jobke2018-08-243-24/+49
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | cache parent exists status during share setupRobin Appelman2018-08-163-10/+17
| * | | | | only determine is sharing is disabled for a user onceRobin Appelman2018-08-162-2/+12
| * | | | | don't check if target dir exists when using the default share target directoryRobin Appelman2018-08-162-1/+5
| * | | | | re-use view instances for shared storagesRobin Appelman2018-08-162-6/+17
| * | | | | more efficient way to detect added and removed mountsRobin Appelman2018-08-161-4/+0
| * | | | | more efficient unique share target generationRobin Appelman2018-08-162-13/+10
* | | | | | Merge pull request #10589 from nextcloud/smb-stat-retryMorris Jobke2018-08-241-1/+8
|\ \ \ \ \ \
| * | | | | | retry stat on timeoutRobin Appelman2018-08-081-1/+8
* | | | | | | [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 errorArthur Schiwon2018-08-231-0/+1
| | |_|_|_|/ | |/| | | |
* / | | | | [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 properlyMorris Jobke2018-08-211-1/+1
* | | | | | raise version to trigger migrationMorris Jobke2018-08-211-1/+1
* | | | | | Fix integration test execution on DronChristoph Wurst2018-08-212-2/+2
* | | | | | Fix backup codes column length to fix Argon2 hash valuesChristoph Wurst2018-08-213-0/+53
* | | | | | Add an integration test that inserts long back codes valuesChristoph Wurst2018-08-211-0/+9
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2018-08-2116-4/+36
* | | | | Merge pull request #10700 from nextcloud/fix/10516/sharepermissionsMorris Jobke2018-08-201-21/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | remove unexecutable codeArthur Schiwon2018-08-151-21/+4
* | | | | Merge pull request #10738 from nextcloud/fix/10669/store-sorting-only-for-log...blizzz2018-08-202-1/+32
|\ \ \ \ \
| * | | | | Improves the testsMichael Weimann2018-08-171-9/+24