summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6958 from nextcloud/improved-mimetype-detection-for-objec...Joas Schilling2017-11-012-1/+13
|\
| * Improve mimetype detection for object storagesMorris Jobke2017-10-262-1/+13
* | Merge pull request #6975 from nextcloud/s3-read-object-fopenJoas Schilling2017-11-011-5/+8
|\ \
| * | use fopen directly when reading objects from s3Robin Appelman2017-10-271-5/+8
* | | Merge pull request #6952 from nextcloud/correctly-search-for-resultsJoas Schilling2017-10-311-3/+5
|\ \ \
| * | | Add unit tests for SearchResultJoas Schilling2017-10-251-1/+1
| * | | Correctly search for existing collaboration resultsJoas Schilling2017-10-251-2/+4
* | | | Merge pull request #7021 from nextcloud/fix-oracle-indexesJoas Schilling2017-10-313-69/+120
|\ \ \ \
| * | | | Die NoCheckMigratorVictor Dubiniuk2017-10-303-41/+2
| * | | | Add foreign key support to OCPiotr Mrowczynski2017-10-301-4/+36
| * | | | quote index columns on oracle, handle all index changes, minor phpdoc cleanupJörn Friedrich Dreyer2017-10-301-27/+85
* | | | | Merge pull request #7004 from Fiech/masterRoeland Jago Douma2017-10-301-0/+8
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Extended list of sensitive configuration valuesJohannes Schlichenmaier2017-10-291-0/+8
* | | | | Merge pull request #6867 from nextcloud/imessage-attachmentsGeorg Ehrke2017-10-303-0/+112
|\ \ \ \ \
| * | | | | Move attachment creators to mailer classJoas Schilling2017-10-252-21/+22
| * | | | | Fix docsJoas Schilling2017-10-191-4/+4
| * | | | | Extend the API with teh parameters from SwiftJoas Schilling2017-10-191-2/+15
| * | | | | Add attachment support to emailsJoas Schilling2017-10-182-0/+98
* | | | | | Use ::class and fix missing docJoas Schilling2017-10-281-1/+2
| |/ / / / |/| | | |
* | | | | Merge pull request #6977 from Fiech/masterJoas Schilling2017-10-271-0/+6
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Added additional methods for removal of sensitive infoJohannes Schlichenmaier2017-10-271-0/+6
| | |_|/ | |/| |
* / | | Use local cache for the CachingRouterRoeland Jago Douma2017-10-251-2/+2
|/ / /
* | | Merge pull request #6918 from nextcloud/rotate_job_by_defaultRoeland Jago Douma2017-10-243-1/+53
|\ \ \
| * | | Add logrote as a default background jobRoeland Jago Douma2017-10-243-1/+53
* | | | Merge pull request #6921 from nextcloud/appmanager-securitymiddlewareRoeland Jago Douma2017-10-242-3/+10
|\ \ \ \
| * | | | Use proper DI for security middleware for app enabled checkMorris Jobke2017-10-242-3/+10
| | |_|/ | |/| |
* | | | Merge pull request #6928 from nextcloud/remove-unneeded-methodMorris Jobke2017-10-241-15/+0
|\ \ \ \
| * | | | Remove unused method of OC_AppMorris Jobke2017-10-241-15/+0
* | | | | Deprecate OC_App:isEnabledMorris Jobke2017-10-241-0/+1
|/ / / /
* | | | Merge pull request #6920 from nextcloud/appmanager-usageMorris Jobke2017-10-243-3/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Use appmanager instead of OC_App for check for enabled appMorris Jobke2017-10-233-3/+3
| |/ /
* | | Revert copyright changesJulius Härtl2017-10-234-2/+5
* | | Doc: Fix phpDoc issuesJulius Härtl2017-10-2311-12/+9
|/ /
* | Merge pull request #6853 from nextcloud/apps_autoloaderLukas Reschke2017-10-191-4/+12
|\ \ | |/ |/|
| * Allow apps to have their own autoloaderRoeland Jago Douma2017-10-171-4/+12
* | Set the data from the templateJoas Schilling2017-10-181-3/+1
* | Introduce a public interface for MessageJoas Schilling2017-10-182-4/+18
* | Set the subject with the email template to allow themingJoas Schilling2017-10-181-2/+2
* | Allow templating of email subjectsJoas Schilling2017-10-181-0/+20
|/
* propagate multipart upload exception when aborting uploadRobin Appelman2017-10-171-0/+1
* Merge pull request #6837 from nextcloud/timespan-check-3blizzz2017-10-161-12/+49
|\
| * Fix future time spansdartcafe2017-10-151-12/+49
* | Merge pull request #6812 from nextcloud/upload-cache-pathRoeland Jago Douma2017-10-151-1/+3
|\ \ | |/ |/|
| * also use configured 'cache_path' for new chunkingRobin Appelman2017-10-111-1/+3
* | Merge pull request #6602 from nextcloud/s3-multipart-uploadRobin Appelman2017-10-111-1/+44
|\ \ | |/ |/|
| * set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
| * Add tests for multipart uploadRobin Appelman2017-09-211-2/+2
| * only do multipart upload for large filesRobin Appelman2017-09-211-0/+24
| * multipart upload for s3 object storageRobin Appelman2017-09-201-5/+22
* | Do not return app names multiple timesJulius Härtl2017-10-101-0/+2