Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-26 | 2 | -0/+18 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-25 | 4 | -0/+16 |
| | |||||
* | Merge pull request #6918 from nextcloud/rotate_job_by_default | Roeland Jago Douma | 2017-10-24 | 6 | -14/+55 |
|\ | | | | | Add logrote as a default background job | ||||
| * | Update autoloader | Roeland Jago Douma | 2017-10-24 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Add logrote as a default background job | Roeland Jago Douma | 2017-10-24 | 4 | -14/+53 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #6921 from nextcloud/appmanager-securitymiddleware | Roeland Jago Douma | 2017-10-24 | 2 | -3/+10 |
|\ \ | | | | | | | Use proper DI for security middleware for app enabled check | ||||
| * | | Use proper DI for security middleware for app enabled check | Morris Jobke | 2017-10-24 | 2 | -3/+10 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #6928 from nextcloud/remove-unneeded-method | Morris Jobke | 2017-10-24 | 1 | -15/+0 |
|\ \ \ | | | | | | | | | Remove unused method of OC_App | ||||
| * | | | Remove unused method of OC_App | Morris Jobke | 2017-10-24 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | Deprecate OC_App:isEnabled | Morris Jobke | 2017-10-24 | 1 | -0/+1 |
|/ / / | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Merge pull request #6920 from nextcloud/appmanager-usage | Morris Jobke | 2017-10-24 | 4 | -4/+5 |
|\ \ \ | |_|/ |/| | | Use appmanager instead of OC_App for check for enabled app | ||||
| * | | Use appmanager instead of OC_App for check for enabled app | Morris Jobke | 2017-10-23 | 4 | -4/+5 |
| |/ | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-24 | 6 | -0/+558 |
| | | |||||
* | | Revert copyright changes | Julius Härtl | 2017-10-23 | 4 | -2/+5 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Doc: Fix phpDoc issues | Julius Härtl | 2017-10-23 | 14 | -15/+12 |
|/ | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-22 | 2 | -0/+38 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-21 | 4 | -0/+36 |
| | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-20 | 2 | -0/+2 |
| | |||||
* | Merge pull request #6825 from nextcloud/no-filecache-update | Lukas Reschke | 2017-10-19 | 2 | -0/+2 |
|\ | | | | | No automatic filecache update | ||||
| * | Update autoloading | Joas Schilling | 2017-10-16 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #6853 from nextcloud/apps_autoloader | Lukas Reschke | 2017-10-19 | 1 | -4/+12 |
|\ \ | | | | | | | Allow apps to have their own autoloader | ||||
| * | | Allow apps to have their own autoloader | Roeland Jago Douma | 2017-10-17 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will allow apps to also have a proper classmap and authorative autoloader. Currently if a file: <appdir>/composer/autoload.php exists we will use it. Else we keep the current behavior. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-19 | 4 | -0/+18 |
| | | | |||||
* | | | Fix autoloading | Joas Schilling | 2017-10-18 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Set the data from the template | Joas Schilling | 2017-10-18 | 1 | -3/+1 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Introduce a public interface for Message | Joas Schilling | 2017-10-18 | 4 | -9/+106 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Set the subject with the email template to allow theming | Joas Schilling | 2017-10-18 | 1 | -2/+2 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Allow templating of email subjects | Joas Schilling | 2017-10-18 | 2 | -0/+38 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-18 | 14 | -0/+118 |
|/ / | |||||
* | | propagate multipart upload exception when aborting upload | Robin Appelman | 2017-10-17 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-17 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #6837 from nextcloud/timespan-check-3 | blizzz | 2017-10-16 | 1 | -12/+49 |
|\ \ | | | | | | | Fix future time spans | ||||
| * | | Fix future time spans | dartcafe | 2017-10-15 | 1 | -12/+49 |
| | | | | | | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de> | ||||
* | | | Merge pull request #6812 from nextcloud/upload-cache-path | Roeland Jago Douma | 2017-10-15 | 1 | -1/+3 |
|\ \ \ | |/ / |/| | | also use configured 'cache_path' for new chunking | ||||
| * | | also use configured 'cache_path' for new chunking | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-14 | 4 | -2/+144 |
| |/ |/| | |||||
* | | Merge pull request #6602 from nextcloud/s3-multipart-upload | Robin Appelman | 2017-10-11 | 1 | -1/+44 |
|\ \ | |/ |/| | Add multipart upload for s3 | ||||
| * | set s3 part size to 500mb | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Add tests for multipart upload | Robin Appelman | 2017-09-21 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | only do multipart upload for large files | Robin Appelman | 2017-09-21 | 1 | -0/+24 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | multipart upload for s3 object storage | Robin Appelman | 2017-09-20 | 1 | -5/+22 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Do not return app names multiple times | Julius Härtl | 2017-10-10 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-07 | 2 | -0/+2 |
| | | |||||
* | | Merge pull request #6759 from ↵ | Joas Schilling | 2017-10-06 | 2 | -16/+59 |
|\ \ | | | | | | | | | | | | | nextcloud/allow-multiple-settings-and-sections-per-app Allow multiple settings and sections per app | ||||
| * | | Allow multiple settings and sections per app | Joas Schilling | 2017-10-05 | 2 | -16/+59 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-06 | 2 | -0/+2 |
|/ / | |||||
* | | Merge pull request #6328 from nextcloud/split-sharees-api-logic | blizzz | 2017-10-04 | 16 | -0/+1139 |
|\ \ | | | | | | | Splits off the logic from sharees endpoint thus making it available from within Nc/via PHP. | ||||
| * | | adapt attribute name (changed letter case style) | Arthur Schiwon | 2017-09-27 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | reduce nesting of the required app XML | Arthur Schiwon | 2017-09-27 | 1 | -3/+12 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
| * | | add tests for Lookup Plugin | Arthur Schiwon | 2017-09-26 | 1 | -2/+1 |
| | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> |