| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #2814 from nextcloud/appstore_etag_validation | Joas Schilling | 2017-01-09 | 2 | -6/+40 |
|\ |
|
| * | Add ETag validation to appstore requests | Roeland Jago Douma | 2017-01-05 | 2 | -6/+40 |
* | | Remove group restrictions when those are not allowed anymore | Joas Schilling | 2017-01-04 | 1 | -0/+15 |
|/ |
|
* | Clear appstore cache on version upgrade | Roeland Jago Douma | 2016-12-15 | 3 | -16/+24 |
* | Use the mocked config version | Joas Schilling | 2016-12-14 | 1 | -1/+1 |
* | Check for nextcloud version as well | Lukas Reschke | 2016-12-05 | 1 | -2/+8 |
* | Exclude pre-release versions as per SemVer | Lukas Reschke | 2016-11-25 | 1 | -5/+7 |
* | Loop for newest version in appstore response | Lukas Reschke | 2016-11-24 | 2 | -8/+85 |
* | Expose getAppPath to public API | Julius Haertl | 2016-11-17 | 1 | -0/+16 |
* | Allow to register Providers | Joas Schilling | 2016-11-16 | 1 | -0/+6 |
* | Allow to register settings/types via info.xml | Joas Schilling | 2016-11-16 | 1 | -0/+6 |
* | Allow to register activity filters via info.xml | Joas Schilling | 2016-11-16 | 1 | -0/+9 |
* | Adjust previous fallbacks | Lukas Reschke | 2016-11-15 | 1 | -4/+0 |
* | Add update support | Lukas Reschke | 2016-10-31 | 1 | -2/+7 |
* | %d instead %s | Lukas Reschke | 2016-10-31 | 1 | -1/+1 |
* | Use substr and explode instead of a regex | Lukas Reschke | 2016-10-31 | 1 | -14/+33 |
* | Read array elements instead of substr | Lukas Reschke | 2016-10-31 | 1 | -2/+6 |
* | Use new appstore API | Lukas Reschke | 2016-10-31 | 5 | -0/+305 |
* | Cleanup usages | Roeland Jago Douma | 2016-10-29 | 1 | -7/+0 |
* | App dependencies are now analysed on app enable as well - not only on app ins... | Thomas Müller | 2016-10-24 | 1 | -0/+3 |
* | Ensure $commands being an array - fixes #26073 | Thomas Müller | 2016-10-20 | 1 | -0/+3 |
* | [9.2] Register commands in info.xml (#26248) | Thomas Müller | 2016-10-11 | 1 | -0/+6 |
* | Cache AppInfo in Memory Cache if configured | Lukas Reschke | 2016-10-07 | 1 | -0/+23 |
* | Don't parse info.xml but reuse already cached app infos - fixes #25603 (#25968) | Thomas Müller | 2016-10-07 | 1 | -28/+4 |
* | Initialize array elements properly | Thomas Müller | 2016-09-07 | 1 | -1/+1 |
* | Allow to validate the password_policy app | Joas Schilling | 2016-09-01 | 1 | -3/+9 |
* | Fix "Undefined index" when the values do not exist | Joas Schilling | 2016-08-18 | 1 | -2/+2 |
* | Translate the server version for nextcloud | Joas Schilling | 2016-07-26 | 1 | -2/+24 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 14 | -25/+40 |
* | fix more strings | Morris Jobke | 2016-06-20 | 1 | -2/+2 |
* | emit correct signal if a app get's disabled | Bjoern Schiessle | 2016-06-13 | 1 | -1/+1 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -4/+8 |
* | Add two factor auth to core | Christoph Wurst | 2016-05-23 | 2 | -1/+4 |
* | Allow declaration of background jobs in info.xml | Thomas Müller | 2016-05-03 | 1 | -4/+7 |
* | Adding repair steps for install and uninstall - fixes #24306 | Thomas Müller | 2016-05-02 | 1 | -0/+12 |
* | allow app developers to specify the minimum int size | Bernhard Posselt | 2016-04-28 | 2 | -0/+13 |
* | Introduce background repair steps | Thomas Müller | 2016-04-26 | 1 | -0/+6 |
* | Adding pre- and post-migration repair steps | Thomas Müller | 2016-04-22 | 1 | -12/+12 |
* | Remove deprecated HTTPHelper from InfoParser | Thomas Müller | 2016-04-22 | 1 | -12/+22 |
* | Move \OC\App to PSR-4 | Roeland Jago Douma | 2016-04-13 | 14 | -0/+2356 |