aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Trigger fallback code to get max contrast value and use integer thereMorris Jobke2019-07-251-2/+5
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix max contrast retrieval to limit minimum color for relative timeMorris Jobke2019-07-241-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix 1px jump when selecting multi table entries (#16475)John Molakvoæ2019-07-221-1/+0
|\ | | | | Fix 1px jump when selecting multi table entries
| * Fix 1px jump when selecting multi table entriesMichael Weimann2019-07-201-1/+0
| | | | | | | | Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
* | [tx-robot] updated from transifexNextcloud bot2019-07-2220-52/+72
| |
* | [tx-robot] updated from transifexNextcloud bot2019-07-2140-108/+176
|/
* [tx-robot] updated from transifexNextcloud bot2019-07-208-8/+10
|
* Merge pull request #14954 from tacruc/searchPatternsMorris Jobke2019-07-193-15/+52
|\ | | | | Allow to search for real pattern in contacts
| * Allow to search for real pattern in contactsArne Hamann2019-05-283-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/masterMorris Jobke2019-07-192-1/+14
|\ \ | | | | | | LDAP Password Modify Extended Operation support
| * | LDAP Password Modify Extended Operation supportPeter Kubica2019-03-192-1/+14
| | | | | | | | | | | | Signed-off-by: Peter Kubica <peter@kubica.ch>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-1928-4/+58
| | |
* | | Merge pull request #16366 from nextcloud/bugfix/noid/filelist-overlapMorris Jobke2019-07-181-1/+2
|\ \ \ | | | | | | | | Fix filelist overlap with header ref #16076
| * | | Fix filelist overlap with header ref #16076Greta Doci2019-07-181-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | | Merge pull request #16455 from nextcloud/enh/noid/ldap-update-user-cmdRoeland Jago Douma2019-07-181-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 recordArthur Schiwon2019-07-181-8/+38
| |/ / / | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #10842 from ↵Morris Jobke2019-07-187-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 syncGeorg Ehrke2019-07-187-1/+76
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Make the RetryJob work on the userId onlyJoas Schilling2019-07-182-129/+131
| | | | | | | | | | | | | | | | | | | | | | | | To ensure there is only 1 background job per user Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Yay for null coalescing operatorJoas Schilling2019-07-181-13/+12
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Use public interfacesJoas Schilling2019-07-181-11/+14
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Always use a background job for the updateJoas Schilling2019-07-181-35/+9
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Also send a delete like on the syncronous actionJoas Schilling2019-07-181-7/+17
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Use an application classJoas Schilling2019-07-184-10/+60
|/ / / | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-18286-286/+310
| | |
* | | Merge pull request #15040 from ↵Morris Jobke2019-07-1714-68/+136
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/feature/13980/push-for-deleted-notifications Notifications overhaul
| * | | Update unit testsJoas Schilling2019-07-164-11/+18
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Keep the old method as a fallback and adjust the testsJoas Schilling2019-07-165-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Update shipped implementations of the INotifierJoas Schilling2019-07-156-36/+74
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Update Federated sharing notifierJoas Schilling2019-07-152-10/+22
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Update twofactor_backupcodes NotifierJoas Schilling2019-07-152-11/+22
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-1754-100/+104
| | | |
* | | | Only prevent disabling encrytion via the APIJoas Schilling2019-07-162-18/+28
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #16417 from nextcloud/design/backupcodes-notificationMorris Jobke2019-07-162-2/+5
|\ \ \ \ | | | | | | | | | | Backupcodes notification design details
| * | | | Add icon to twofactor_backupcodes notificationJan-Christoph Borchardt2019-07-162-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | | Fix wording of backupcodes notificationJan-Christoph Borchardt2019-07-161-1/+1
| |/ / / | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #16387 from ↵Roeland Jago Douma2019-07-166-93/+93
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.5 Bump nextcloud-vue from 0.11.4 to 0.11.5
| * | | | Bump nextcloud-vue from 0.11.4 to 0.11.5dependabot-preview[bot]2019-07-156-93/+93
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.11.4 to 0.11.5. - [Release notes](https://github.com/nextcloud/nextcloud-vue/releases) - [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.11.4...v0.11.5) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-07-166-118/+126
| | | | |
* | | | | Merge pull request #16151 from jameslao/masterMorris Jobke2019-07-151-1/+3
|\ \ \ \ \ | |/ / / / |/| | | | Update operationprogressbar.js
| * | | | Update operationprogressbar.jsJames Lao2019-06-281-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To fix issue #16137 Signed-off-by: james.lao@gmail.com <james.lao@gmail.com>
* | | | | Merge pull request #16390 from ↵Roeland Jago Douma2019-07-156-14/+14
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.5.4 Bump nextcloud-vue-collections from 0.5.2 to 0.5.4
| * | | | Bump nextcloud-vue-collections from 0.5.2 to 0.5.4dependabot-preview[bot]2019-07-146-14/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.5.2 to 0.5.4. - [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases) - [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.2...v0.5.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-07-154-8/+8
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2019-07-1420-40/+102
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-1318-2/+32
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-1250-128/+160
| | | |
* | | | Merge pull request #15514 from nextcloud/feature/noid/add-enterprise-channelMorris Jobke2019-07-115-32/+57
|\ \ \ \ | | | | | | | | | | Update channels for updater server
| * | | | Enterprise update channelMorris Jobke2019-07-105-32/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allows to select the enterprise update channel for instances that have a valid subscription. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-07-1112-48/+48
| | | | |