summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Fix typoDaniel Calviño Sánchez2017-07-081-2/+2
* | | | | | | Merge pull request #5666 from nextcloud/comradekingu-patch-2Morris Jobke2017-07-101-11/+11
|\ \ \ \ \ \ \
| * | | | | | | Spelling: No "we" for recommendations.Allan Nordhøy2017-07-101-11/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5669 from nextcloud/fix-remote-share-activity-emailsMorris Jobke2017-07-102-8/+14
|\ \ \ \ \ \ \
| * | | | | | | Fix owner cloud id in unshare activityJoas Schilling2017-07-101-1/+1
| * | | | | | | Fix activity emails for accept/decline of remote sharesJoas Schilling2017-07-102-7/+13
| |/ / / / / /
* | | | | | | Merge pull request #5671 from GitHubUser4234/ldap_password_renew_nc12fixMorris Jobke2017-07-101-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Rectify variable $uid->$userRoger Szabo2017-07-101-1/+1
|/ / / / / /
* | | | | | Merge pull request #5649 from nextcloud/fix-5611Morris Jobke2017-07-102-9/+11
|\ \ \ \ \ \
| * | | | | | fix alignment of radio button and its label in encryption settingsArthur Schiwon2017-07-072-9/+11
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-1020-86/+88
| |_|/ / / / |/| | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-0920-12/+72
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-07-0836-74/+106
* | | | | Merge pull request #5645 from nextcloud/try-to-prevent-spam-collecting-of-emailsLukas Reschke2017-07-071-0/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Don't show mail domain and from in config reportJoas Schilling2017-07-071-0/+3
* | | | | Merge pull request #5628 from nextcloud/only-create-the-migration-dir-when-ne...Morris Jobke2017-07-073-10/+22
|\ \ \ \ \
| * | | | | Register autoloading before running migrationsJoas Schilling2017-07-071-1/+1
| * | | | | Only create the migration directory when necessaryJoas Schilling2017-07-062-9/+21
| |/ / / /
* | | | | Merge pull request #5529 from michaelletzgus/optimize_js_orderMorris Jobke2017-07-071-3/+3
|\ \ \ \ \
| * | | | | Optimize performance / Load CSS and JS in parallel on firefoxMichael Letzgus2017-06-241-3/+3
* | | | | | Merge pull request #5483 from nextcloud/issue-5075-png-files-for-activity-emailsMorris Jobke2017-07-0734-82/+313
|\ \ \ \ \ \
| * | | | | | Fix testsJoas Schilling2017-06-202-12/+12
| * | | | | | Use PNG version of the icons for shipped activitiesJoas Schilling2017-06-2030-70/+272
| * | | | | | Add a flag to allow checking if SVGs are okayJoas Schilling2017-06-202-0/+29
* | | | | | | Merge pull request #5643 from nextcloud/codeownersMorris Jobke2017-07-072-34/+2
|\ \ \ \ \ \ \
| * | | | | | | Move mention-bot notifications to code ownersJoas Schilling2017-07-072-34/+2
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #5615 from nextcloud/issue-5286-fix-navigation-entries-for...Morris Jobke2017-07-072-13/+64
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Don't load navigation entries of restricted appsJoas Schilling2017-07-052-13/+64
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-0726-78/+138
* | | | | | | Merge pull request #5424 from nextcloud/moveFromCache-from-sharedMorris Jobke2017-07-067-3/+313
|\ \ \ \ \ \ \
| * | | | | | | adjust to moved repair stepRobin Appelman2017-06-293-4/+14
| * | | | | | | Run repair step only onceMorris Jobke2017-06-225-5/+11
| * | | | | | | Add repair step for invalid pathsRobin Appelman2017-06-213-2/+236
| * | | | | | | fix moving folders out of a cache jailRobin Appelman2017-06-152-1/+61
* | | | | | | | Merge pull request #5174 from nextcloud/new-encryption-defaultMorris Jobke2017-07-0623-36/+387
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | adjust encryption tests to the new master key defaultBjoern Schiessle2017-07-061-1/+1
| * | | | | | | update sharing test to new master key defaultBjoern Schiessle2017-07-061-0/+2
| * | | | | | | update file system tests to take the master key into accountBjoern Schiessle2017-07-062-15/+25
| * | | | | | | fix and extend dav test to also test the master-key setupBjoern Schiessle2017-07-063-0/+54
| * | | | | | | no warning on password change if no encryption module uses per-user keysBjoern Schiessle2017-07-062-5/+54
| * | | | | | | since the default for the master key changed we need to write the setting exp...Bjoern Schiessle2017-07-062-1/+84
| * | | | | | | add occ command to disable the master key againBjoern Schiessle2017-07-061-0/+89
| * | | | | | | improve status messagesBjoern Schiessle2017-07-064-7/+27
| * | | | | | | after the master key was loaded we are ready to go, no re-login neededBjoern Schiessle2017-07-063-4/+17
| * | | | | | | only collect detailed access list if it is really neededBjoern Schiessle2017-07-064-2/+32
| * | | | | | | make master key the new defaultBjoern Schiessle2017-07-062-1/+2
|/ / / / / / /
* | | | | | | [tx-robot] updated from transifexNextcloud bot2017-07-0612-0/+18
* | | | | | | Merge pull request #5404 from nextcloud/use-translated-hint-insteadof-english...blizzz2017-07-051-0/+4
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Use translated Hint instead of english error on password policyJoas Schilling2017-06-141-0/+4
* | | | | | | Merge pull request #5231 from nextcloud/migrationsMorris Jobke2017-07-0536-114/+1995
|\ \ \ \ \ \ \