| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #15606 from nextcloud/fix/15605/add-catch-for-runtime-exce... | Roeland Jago Douma | 2019-07-16 | 1 | -0/+4 |
|\ |
|
| * | Log RuntimeException in CleanupCardDAVPhotoCache | Morris Jobke | 2019-07-15 | 1 | -1/+4 |
| * | Add catch for RuntimeException | Daniel Kesselberg | 2019-05-17 | 1 | -1/+2 |
* | | Merge pull request #16334 from nextcloud/feature/noid/enterprise-logo | Roeland Jago Douma | 2019-07-15 | 1 | -0/+117 |
|\ \ |
|
| * | | Add enterprise logo | Morris Jobke | 2019-07-15 | 1 | -0/+117 |
* | | | Merge pull request #16361 from nextcloud/bugfix/noid/drop-foreignkey-on-owncl... | Roeland Jago Douma | 2019-07-11 | 1 | -2/+22 |
|\ \ \
| |/ /
|/| | |
|
| * | | Drop foreign key before trying to drop the accounts table | Joas Schilling | 2019-07-11 | 1 | -2/+22 |
* | | | Enterprise update channel | Morris Jobke | 2019-07-10 | 1 | -0/+60 |
|/ / |
|
* | | Merge pull request #16292 from nextcloud/techdebt/noid/cleanup-outdated-repai... | Roeland Jago Douma | 2019-07-08 | 4 | -570/+0 |
|\ \ |
|
| * | | Remove one time repair steps that have already run when updating to 17 | Morris Jobke | 2019-07-08 | 4 | -570/+0 |
* | | | Try to delete the cypress folder of the viewer app | Morris Jobke | 2019-07-08 | 1 | -0/+82 |
|/ / |
|
* | | Fix userid casting in notifications | John Molakvoæ (skjnldsv) | 2019-06-11 | 1 | -1/+1 |
* | | Don't notify admins if no potentially over exposing links found | Daniel Kesselberg | 2019-05-26 | 1 | -7/+7 |
|/ |
|
* | Add return types | Joas Schilling | 2019-04-16 | 1 | -7/+7 |
* | Use the querybuilder for the queries | Joas Schilling | 2019-04-16 | 1 | -34/+49 |
* | Repair step for link shares | Roeland Jago Douma | 2019-04-16 | 1 | -0/+221 |
* | Login flow V2 | Roeland Jago Douma | 2019-02-25 | 1 | -0/+49 |
* | Log exception | Daniel Kesselberg | 2019-02-07 | 1 | -4/+9 |
* | Repair step to remove "photo." files created by photocache | Daniel Kesselberg | 2019-02-07 | 1 | -0/+99 |
* | Implement guest avatar endpoint | Michael Weimann | 2019-02-07 | 1 | -2/+1 |
* | Log and continue on Dav reader failure | John Molakvoæ (skjnldsv) | 2018-12-05 | 1 | -9/+22 |
* | Fix SetVcardDatabaseUID when using postgresql | Robin Appelman | 2018-11-13 | 1 | -1/+5 |
* | Clear avatar cache with frontend repair | John Molakvoæ (skjnldsv) | 2018-11-08 | 2 | -4/+76 |
* | fixup! move migration | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -1/+1 |
* | fixup! move migration | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -12/+18 |
* | Tests | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -1/+1 |
* | Repair registration and autoload bump | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -18/+22 |
* | Repair Step | John Molakvoæ (skjnldsv) | 2018-10-30 | 1 | -0/+127 |
* | Add repair step | Roeland Jago Douma | 2018-07-10 | 1 | -0/+17 |
* | Suppress potential SQL injection warning as they are false positives | Morris Jobke | 2018-07-09 | 1 | -0/+3 |
* | Add repair job for pending cron jobs | Morris Jobke | 2018-07-09 | 1 | -0/+74 |
* | Add visio mimetypes | Joas Schilling | 2018-07-06 | 1 | -0/+17 |
* | Background job to clean up old backups of the updater | Morris Jobke | 2018-06-13 | 1 | -0/+48 |
* | Add the job | Roeland Jago Douma | 2018-05-14 | 1 | -0/+48 |
* | Don't use double quotes in MySQL queries | Robin Müller | 2018-02-16 | 1 | -2/+3 |
* | Move depsCache clearing to SCSSCacher/JSCombiner | Julius Härtl | 2018-02-03 | 1 | -9/+1 |
* | Add repair step to clear frontend related caches | Julius Härtl | 2018-02-03 | 1 | -0/+78 |
* | Remove old repair steps that aren't executed anymore | Morris Jobke | 2018-01-22 | 7 | -707/+0 |
* | check if the user still exists before we try to cleanup the previews | Bjoern Schiessle | 2017-11-14 | 1 | -1/+12 |
* | Merge pull request #7027 from nextcloud/Rello-patch-1 | Morris Jobke | 2017-11-09 | 1 | -5/+22 |
|\ |
|
| * | Add the return which is being used | Joas Schilling | 2017-10-31 | 1 | -6/+9 |
| * | Mapping of m3u, m3u8, pls to audio streams | Rello | 2017-10-31 | 1 | -0/+14 |
* | | Update license headers | Morris Jobke | 2017-11-06 | 12 | -4/+23 |
|/ |
|
* | Add logrote as a default background job | Roeland Jago Douma | 2017-10-24 | 1 | -0/+47 |
* | dont run invalid path repair step when upgrading from 11.0.5.2 and later | Robin Appelman | 2017-10-03 | 1 | -3/+11 |
* | Ask the schema whether the table and column exist | Joas Schilling | 2017-09-08 | 1 | -13/+6 |
* | Merge pull request #6331 from nextcloud/update-repair-step | Morris Jobke | 2017-09-04 | 1 | -2/+2 |
|\ |
|
| * | move repair step to stable12 | Bjoern Schiessle | 2017-09-01 | 1 | -2/+2 |
* | | Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update pla... | Thomas Ebert | 2017-08-31 | 1 | -1/+14 |
|/ |
|
* | Merge pull request #5870 from nextcloud/generate-system-wide-key-pair | Björn Schießle | 2017-08-24 | 1 | -0/+110 |
|\ |
|