Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add oc_calendar_resources_md and oc_calendar_rooms_md tables | Georg Ehrke | 2019-08-01 | 4 | -1/+72 |
| | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-31 | 2 | -0/+12 |
| | |||||
* | More precise error message when expected filesize does not match - could be ↵ | Morris Jobke | 2019-07-29 | 1 | -3/+2 |
| | | | | | | on reading or writing side Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | 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> | ||||
* | | 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> | ||||
* | | 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> | ||||
* / | 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-21 | 2 | -14/+14 |
| | |||||
* | 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> | ||||
* | | 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> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-12 | 2 | -4/+4 |
| | | |||||
* | | add test for overwriting in non creatable directory | Robin Appelman | 2019-07-03 | 1 | -8/+46 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | dont use part files for dav writes when the target folder doesn't have ↵ | Robin Appelman | 2019-07-03 | 1 | -2/+7 |
| | | | | | | | | | | | | create permissions Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #16199 from ↵ | Morris Jobke | 2019-07-02 | 2 | -3/+20 |
|\ \ | | | | | | | | | | | | | nextcloud/bugfix/noid/refresh_webcal_job_enhancements RefreshWebcalJob: replace ugly Regex with standard php utils | ||||
| * | | RefreshWebcalJob: replace ugly Regex with standard php utils | Georg Ehrke | 2019-07-02 | 2 | -3/+20 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | Merge pull request #13186 from labor4/edit_carddav_types | Morris Jobke | 2019-07-02 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | add carddav-search (vCard2Array) option for X-ADDRESSBOOKSERVER-MEMBER | ||||
| * | | add carddav-search option for X-ADDRESSBOOKSERVER-MEMBER | labor4 | 2019-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding field X-ADDRESSBOOKSERVER-MEMBER which can be used to relate persons to groups (macos behaviour). - groups are cards with field X-ADDRESSBOOKSERVER-KIND == 'group' - and all members' UUID/URI in the X-ADDRESSBOOKSERVER-MEMBER array of that group-card. Signed-off-by: labor4 <schreibtisch@labor4.ch> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-28 | 2 | -4/+4 |
| | | | |||||
* | | | Merge pull request #15777 from nextcloud/feature/ocp-event-dispatcher | Roeland Jago Douma | 2019-06-25 | 3 | -18/+8 |
|\ \ \ | | | | | | | | | Add event dispatcher to OCP | ||||
| * | | | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 3 | -18/+8 |
| | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | Merge pull request #15888 from nextcloud/dav-write-forward-exception | Robin Appelman | 2019-06-24 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | log inner exception during dav write | ||||
| * | | | log inner exception during dav write | Robin Appelman | 2019-06-06 | 1 | -1/+1 |
| |/ / | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / / | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-16 | 2 | -12/+12 |
|/ / | |||||
* | | Typehint builtin types in constructor to not initiate autoloading | Roeland Jago Douma | 2019-06-04 | 2 | -2/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Do not try to autoload built in types | Roeland Jago Douma | 2019-06-04 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | This avoids calls to the autoloader (or chain of autoloaders) to see if for example 'principalPrefix' class can be found. While we already know it is a string. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-28 | 2 | -0/+32 |
| | | |||||
* | | Don't run repair step for every individual user, outsource that to ↵ | Georg Ehrke | 2019-05-23 | 7 | -63/+179 |
| | | | | | | | | | | | | background job Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Revert "send invitations for shared calendars" | Georg Ehrke | 2019-05-22 | 1 | -67/+0 |
|/ | | | | This reverts commit a9c313ce451c701a2e065e34022659cf17523963. | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-05-01 | 2 | -0/+12 |
| | |||||
* | do not create folder just to delete it afterwards | Arthur Schiwon | 2019-04-29 | 1 | -7/+15 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #15141 from nextcloud/fix/noid/regenerate-seen-users-only | Roeland Jago Douma | 2019-04-24 | 6 | -9/+9 |
|\ | | | | | fix searching all users in repair regenerate birthday cal reparir job | ||||
| * | remove obsolete use statements | Arthur Schiwon | 2019-04-24 | 2 | -4/+4 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | avoids users searches on backend, faster processing | Arthur Schiwon | 2019-04-17 | 4 | -5/+5 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Merge pull request #15146 from nextcloud/fix/customer_properties_boom | Roeland Jago Douma | 2019-04-24 | 2 | -11/+0 |
|\ \ | | | | | | | Prefetching blows up if there are a lot of files. | ||||
| * | | Prefetching blows up if there are a lot of files. | Roeland Jago Douma | 2019-04-18 | 2 | -11/+0 |
| |/ | | | | | | | | | | | | | | | I saw instances where people had a lot of files (each with custom properties) and all this prefetching blew up and started to consume an insane amount of RAM resulting in the process getting killed. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-21 | 2 | -0/+2 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-19 | 2 | -4/+22 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-15 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-13 | 2 | -0/+4 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-12 | 2 | -0/+6 |
| | |||||
* | Bump versions of server and the requirements of apps | Joas Schilling | 2019-04-11 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-10 | 2 | -0/+6 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-09 | 2 | -0/+20 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-04-01 | 2 | -8/+80 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-03-29 | 2 | -0/+6 |
| | |||||
* | Deduplicate index names | Joas Schilling | 2019-03-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Make sure all tables have named indexes | Joas Schilling | 2019-03-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> |