Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-28 | 44 | -50/+14 |
| | |||||
* | Merge pull request #16560 from nextcloud/bugfix/noid/fix_cutype_reporting | Roeland Jago Douma | 2019-07-27 | 1 | -11/+16 |
|\ | | | | | fix calendar-user-type reporting | ||||
| * | fix CUType reporting | Georg Ehrke | 2019-07-26 | 1 | -11/+16 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-27 | 2 | -6/+12 |
| | | |||||
* | | Merge pull request #16556 from ↵ | Morris Jobke | 2019-07-26 | 1 | -0/+25 |
|\ \ | | | | | | | | | | | | | nextcloud/feature/16554_adminAuditShareByMail/wiswedel log email shares in admin_audit log | ||||
| * | | log email shares in admin_audit log | Sascha Wiswedel | 2019-07-26 | 1 | -0/+25 |
| | | | | | | | | | | | | Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com> | ||||
* | | | Merge pull request #16557 from nextcloud/enh/do_not_log_locked_files | Morris Jobke | 2019-07-26 | 1 | -1/+8 |
|\ \ \ | | | | | | | | | Do not log locked files | ||||
| * | | | Do not log locked files | Roeland Jago Douma | 2019-07-26 | 1 | -1/+8 |
| |/ / | | | | | | | | | | | | | | | | | | | This is the code doing its job. There is no need to spam the log file with this. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / / | Remove deprecated searchByTag | Roeland Jago Douma | 2019-07-26 | 1 | -90/+0 |
|/ / | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-26 | 6 | -36/+38 |
| | | |||||
* | | Merge pull request #16532 from nextcloud/bugfix/14776/maxcontrast-fix | Morris Jobke | 2019-07-25 | 1 | -3/+6 |
|\ \ | | | | | | | Fix max contrast retrieval to limit minimum color for relative time | ||||
| * | | Trigger fallback code to get max contrast value and use integer there | Morris Jobke | 2019-07-25 | 1 | -2/+5 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Fix max contrast retrieval to limit minimum color for relative time | Morris Jobke | 2019-07-24 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #16503 from ↵ | Roeland Jago Douma | 2019-07-25 | 1 | -0/+5 |
|\ \ \ | | | | | | | | | | | | | | | | | nextcloud/bugfix/5504/create_new_birthday_calendars_with_VEVENT_only allow to provide supported calendar component set internally as a string | ||||
| * | | | allow to provide supported calendar component set internally as a string | Georg Ehrke | 2019-07-22 | 1 | -0/+5 |
| |/ / | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-25 | 8 | -8/+14 |
| | | | |||||
* | | | Merge pull request #15637 from nextcloud/bugfix/15567/ignore-hidden-share | blizzz | 2019-07-24 | 2 | -4/+51 |
|\ \ \ | | | | | | | | | Allow hidden smb shares | ||||
| * | | | Fix wrong indentation | Daniel Kesselberg | 2019-07-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | Fix invalid recursion | Daniel Kesselberg | 2019-07-21 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
| * | | | Allow hidden smb shares | Daniel Kesselberg | 2019-07-16 | 2 | -1/+48 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | A hidden smb share ends with $. This patch changes the placeholder detection to allow shares with $ at the end. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | Merge pull request #16493 from nextcloud/enh/remove-curly-braces | Roeland Jago Douma | 2019-07-24 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | The array and string offset access syntax using curly braces is depre… | ||||
| * | | | | The array and string offset access syntax using curly braces is deprecated. | Daniel Kesselberg | 2019-07-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-24 | 4 | -0/+6 |
| | | | | | |||||
* | | | | | Merge pull request #16505 from nextcloud/enh/nitpicks-14954 | Roeland Jago Douma | 2019-07-23 | 1 | -3/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Dont assign $options to $options and cleanup doc | ||||
| * | | | | Dont assign $options to $options and cleanup doc | Daniel Kesselberg | 2019-07-22 | 1 | -3/+1 |
| | |_|/ | |/| | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* / | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-23 | 2 | -2/+2 |
|/ / / | |||||
* | | | Fix 1px jump when selecting multi table entries (#16475) | John Molakvoæ | 2019-07-22 | 1 | -1/+0 |
|\ \ \ | | | | | | | | | Fix 1px jump when selecting multi table entries | ||||
| * | | | Fix 1px jump when selecting multi table entries | Michael Weimann | 2019-07-20 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-22 | 20 | -52/+72 |
| |/ / |/| | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-21 | 40 | -108/+176 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-20 | 8 | -8/+10 |
| | | |||||
* | | Merge pull request #14954 from tacruc/searchPatterns | Morris Jobke | 2019-07-19 | 3 | -15/+52 |
|\ \ | | | | | | | Allow to search for real pattern in contacts | ||||
| * | | Allow to search for real pattern in contacts | Arne Hamann | 2019-05-28 | 3 | -15/+52 |
| | | | | | | | | | | | | | | | | | | Added an option escape_like_param to allow wildcards Signed-off-by: Arne Hamann <kontakt+github@arne.email> | ||||
* | | | Merge pull request #14540 from army1349/master | Morris Jobke | 2019-07-19 | 2 | -1/+14 |
|\ \ \ | | | | | | | | | LDAP Password Modify Extended Operation support | ||||
| * | | | LDAP Password Modify Extended Operation support | Peter Kubica | 2019-03-19 | 2 | -1/+14 |
| | | | | | | | | | | | | | | | | Signed-off-by: Peter Kubica <peter@kubica.ch> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-19 | 28 | -4/+58 |
| | | | | |||||
* | | | | Merge pull request #16366 from nextcloud/bugfix/noid/filelist-overlap | Morris Jobke | 2019-07-18 | 1 | -1/+2 |
|\ \ \ \ | | | | | | | | | | | Fix filelist overlap with header ref #16076 | ||||
| * | | | | Fix filelist overlap with header ref #16076 | Greta Doci | 2019-07-18 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com> | ||||
* | | | | | Merge pull request #16455 from nextcloud/enh/noid/ldap-update-user-cmd | Roeland Jago Douma | 2019-07-18 | 1 | -8/+38 |
|\ \ \ \ \ | | | | | | | | | | | | | adds an --update flag to check-user for manual sync of the ldap record | ||||
| * | | | | | adds an --update flag to check-user for manual sync of the ldap record | Arthur Schiwon | 2019-07-18 | 1 | -8/+38 |
| |/ / / / | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | | | Merge pull request #10842 from ↵ | Morris Jobke | 2019-07-18 | 7 | -1/+76 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | nextcloud/bugfix/9339/initial_collection_sync_caldav_carddav LIMIT is no column but a SQL keyword, allow limit on initial sync | ||||
| * | | | | LIMIT is no column but a SQL feature, allow limit on initial sync | Georg Ehrke | 2019-07-18 | 7 | -1/+76 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | | | Make the RetryJob work on the userId only | Joas Schilling | 2019-07-18 | 2 | -129/+131 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To ensure there is only 1 background job per user Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Yay for null coalescing operator | Joas Schilling | 2019-07-18 | 1 | -13/+12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Use public interfaces | Joas Schilling | 2019-07-18 | 1 | -11/+14 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Always use a background job for the update | Joas Schilling | 2019-07-18 | 1 | -35/+9 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Also send a delete like on the syncronous action | Joas Schilling | 2019-07-18 | 1 | -7/+17 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Use an application class | Joas Schilling | 2019-07-18 | 4 | -10/+60 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-18 | 286 | -286/+310 |
| | | | | |||||
* | | | | Merge pull request #15040 from ↵ | Morris Jobke | 2019-07-17 | 14 | -68/+136 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/13980/push-for-deleted-notifications Notifications overhaul |