Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-31 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-30 | 4 | -2/+22 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-16 | 2 | -0/+16 |
| | |||||
* | Drop X-NEXTCLOUD-UID | John Molakvoæ (skjnldsv) | 2020-10-12 | 2 | -4/+0 |
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | Type some of the core mappers | Christoph Wurst | 2020-10-12 | 1 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-10 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-09 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-08 | 2 | -0/+12 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-04 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-01 | 2 | -0/+16 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-28 | 2 | -0/+14 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-26 | 4 | -4/+22 |
| | |||||
* | Update autloader | Roeland Jago Douma | 2020-09-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-24 | 2 | -2/+2 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-23 | 4 | -2/+18 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-20 | 12 | -0/+94 |
| | |||||
* | Add transifex config for all new apps | Morris Jobke | 2020-09-18 | 1 | -0/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Bump versions | Joas Schilling | 2020-09-18 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix writing BLOBs to postgres with recent contacts interaction | Christoph Wurst | 2020-08-28 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Add some tests for RecentContactMapper | Daniel Kesselberg | 2020-08-12 | 1 | -0/+134 |
| | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de> | ||||
* | Migrate contacts interaction to the PSR-3 logger | Christoph Wurst | 2020-07-16 | 1 | -7/+8 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Move contactsinteraction to bootstrap mechanism | Morris Jobke | 2020-07-08 | 2 | -31/+8 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #20860 from ↵ | Georg Ehrke | 2020-05-08 | 3 | -4/+28 |
|\ | | | | | | | | | nextcloud/bugfix/noid/macos_contacts_sync_prefer_personal_over_app-generated macOS contacts: prefer personal over app generated | ||||
| * | Rename app-generated to z-app-generated, because macOS Contacts supports ↵ | Georg Ehrke | 2020-05-07 | 1 | -1/+0 |
| | | | | | | | | | | | | only one and will pick the first one alphabetically Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
| * | Implement ctag and etag in ContactsInteraction | Georg Ehrke | 2020-05-07 | 3 | -3/+28 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | Bump app versions and requirements | Joas Schilling | 2020-05-07 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add visibility to all methods and position of static keyword | Christoph Wurst | 2020-04-10 | 2 | -13/+13 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 10 | -14/+0 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Remove unused imports | Christoph Wurst | 2020-03-25 | 1 | -5/+0 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Convert share event to an interaction event | Christoph Wurst | 2020-03-25 | 1 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Register an address book with recent contacts | Christoph Wurst | 2020-03-25 | 21 | -0/+1715 |
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> |