summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Use the short array syntax, everywhereChristoph Wurst2020-03-26165-1302/+1302
* Merge pull request #20123 from lippl/bugfix/ldap-user_count-warningblizzz2020-03-261-28/+26
|\
| * single squashed commit for bug fixPhilipp Staiger2020-03-261-28/+26
* | Merge pull request #20172 from nextcloud/techdebt/phpunit-short-returnChristoph Wurst2020-03-26128-1963/+1963
|\ \
| * | Use the shorter phpunit syntax for mocked return valuesChristoph Wurst2020-03-25128-1963/+1963
* | | [tx-robot] updated from transifexNextcloud bot2020-03-2610-22/+44
* | | Use lowercase true, false and null constantsChristoph Wurst2020-03-252-2/+2
|/ /
* | Convert share event to an interaction eventChristoph Wurst2020-03-255-1/+102
* | Register an address book with recent contactsChristoph Wurst2020-03-2522-5/+1725
* | Merge pull request #20153 from nextcloud/enhancement/update-eslint-switch-pac...John Molakvoæ2020-03-2511-18/+17
|\ \
| * | Update eslint and switch to @nextcloud packagesChristoph Wurst2020-03-2511-18/+17
* | | Merge pull request #20150 from nextcloud/fix/auto_accept_group_shares_new_usersRoeland Jago Douma2020-03-254-0/+87
|\ \ \ | |/ / |/| |
| * | Auto accept group shares for users added to a groupRoeland Jago Douma2020-03-254-0/+87
* | | Merge pull request #20145 from nextcloud/bugfix/noid/generated-avatars-and-no...blizzz2020-03-251-2/+2
|\ \ \
| * | | Fix generated avatars and nophoto cache filesJoas Schilling2020-03-241-2/+2
* | | | Merge pull request #19986 from nextcloud/bugfix/19980/fix_uid_as_uriRoeland Jago Douma2020-03-252-6/+20
|\ \ \ \
| * | | | RefreshWebcalService: randomly generate calendar-object uriGeorg Ehrke2020-03-162-6/+20
* | | | | Merge pull request #19955 from nextcloud/bug/19952/translate-web-standardsRoeland Jago Douma2020-03-253-9/+4
|\ \ \ \ \
| * | | | | Use a normal string to translate.Daniel Kesselberg2020-03-243-9/+4
| | |_|/ / | |/| | |
* / | | | [tx-robot] updated from transifexNextcloud bot2020-03-2510-4/+40
|/ / / /
* | | | Merge pull request #20127 from nextcloud/bugfix/noid/check-user-on-remote-wipeRoeland Jago Douma2020-03-242-3/+38
|\ \ \ \ | |_|/ / |/| | |
| * | | Check the user on remote wipeJoas Schilling2020-03-162-3/+38
* | | | Merge pull request #18788 from nextcloud/fix/18782/translate-busy-in-caldavChristoph Wurst2020-03-244-10/+47
|\ \ \ \
| * | | | Translate 'Busy' in CalDAVGary Kim2020-02-234-10/+47
* | | | | Merge pull request #20019 from nextcloud/bugfix/fix_lanuage_multiselectChristoph Wurst2020-03-241-4/+15
|\ \ \ \ \
| * | | | | Fix language multiselect actionGretaD2020-03-231-4/+15
* | | | | | Merge pull request #20090 from nextcloud/dependabot/npm_and_yarn/nextcloud/pa...John Molakvoæ2020-03-246-27/+27
|\ \ \ \ \ \
| * | | | | | Bump @nextcloud/paths from 1.1.0 to 1.1.1dependabot-preview[bot]2020-03-236-27/+27
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-03-2416-0/+36
* | | | | | | Merge pull request #20117 from nextcloud/fix/noid/updatenotification-channel-...Roeland Jago Douma2020-03-233-4/+7
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Close updatenotification channel selector on click outsideGary Kim2020-03-243-4/+7
* | | | | | | Merge pull request #18818 from nextcloud/rethink_quotaChristoph Wurst2020-03-2310-35/+49
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Fix unlimited and progress barGretaD2020-03-2310-35/+49
| |/ / / / /
* / / / / / Add basic reverseproxy misconfig detection to setupchecksRoeland Jago Douma2020-03-232-28/+36
|/ / / / /
* | | | | Merge pull request #20093 from nextcloud/dependabot/npm_and_yarn/nextcloud/lo...John Molakvoæ2020-03-2344-251/+251
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Bump @nextcloud/logger from 1.1.1 to 1.1.2, @nextcloud/router from 1.0.0 to 1...dependabot-preview[bot]2020-03-2344-251/+251
* | | | | [tx-robot] updated from transifexNextcloud bot2020-03-23132-404/+444
|/ / / /
* | | | Merge pull request #20095 from nextcloud/dep/old_js_packRoeland Jago Douma2020-03-2214-36/+36
|\ \ \ \
| * | | | Remove legacy js packagesRoeland Jago Douma2020-03-2214-36/+36
* | | | | Merge pull request #18556 from nextcloud/enh/16602/files-app-settingsRoeland Jago Douma2020-03-2213-19/+367
|\ \ \ \ \
| * | | | | Add OCA.Files.Settings for Files SettingsGary Kim2020-03-2213-19/+367
* | | | | | Add check that DateTime parameters are of correct typeThomas Citharel2020-03-221-3/+4
* | | | | | Add extra test case to exclude by timerangeThomas Citharel2020-03-221-5/+4
* | | | | | Added test testSearchdartcafe2020-03-221-1/+3
* | | | | | fix OCA\DAV\CalDAV\CalDavBackend search $optionsdartcafe2020-03-221-2/+2
|/ / / / /
* | | | | Merge pull request #20042 from nextcloud/fix/noid/styled-dav-browser-errorRoeland Jago Douma2020-03-222-36/+12
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | use core templates for displaying dav errors in the browserArthur Schiwon2020-03-202-36/+9
| * | | | fix dav browser error page not styledArthur Schiwon2020-03-192-3/+6
* | | | | Merge pull request #20076 from nextcloud/dependabot/npm_and_yarn/variousRoeland Jago Douma2020-03-2242-15665/+530
|\ \ \ \ \
| * | | | | Bump marked from 0.7.0 to 0.8.1John Molakvoæ (skjnldsv)2020-03-2142-15665/+530