summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #6988 from starypatyk/stable12-mount-cache-performanceMorris Jobke2017-11-071-1/+5
|\ | | | | Improve performance of UserMountCache with external storage folders
| * Improve performance of UserMountCache with external storage foldersDariusz Olszewski2017-11-011-1/+5
| |
* | Merge pull request #7075 from nextcloud/remove-unused-variablesRoeland Jago Douma2017-11-072-2/+2
|\ \ | | | | | | Remove unused variables
| * | Remove unused variablesMorris Jobke2017-11-062-2/+2
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Run updated license header updaterMorris Jobke2017-11-077-7/+7
| | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #7020 from Fiech/masterMorris Jobke2017-11-071-2/+0
|\ \ \ | | | | | | | | Extended list of sensitive configuration values (2)
| * \ \ Merge branch 'master' into masterJohannes S2017-10-3110-2/+207
| |\ \ \
| * | | | Extended list of sensitive configuration valuesJohannes Schlichenmaier2017-10-311-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In accordance with the issuetemplate app issue: https://github.com/nextcloud/issuetemplate/issues/27 Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-11-072-0/+516
| | | | |
* | | | | Change @georgehrke's emailMorris Jobke2017-11-0630-29/+30
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #7083 from nextcloud/update-license-headersMorris Jobke2017-11-06413-246/+872
|\ \ \ \ \ | | | | | | | | | | | | Update license headers
| * | | | | Update license headersMorris Jobke2017-11-06413-246/+872
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #7076 from nextcloud/s3-valid-bucket-nameMorris Jobke2017-11-061-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Better error message for invalid bucket names
| * | | | | Better error message for invalid bucket namesMorris Jobke2017-11-061-2/+2
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #5321 from coletivoEITA/user_ldap_plugins_structureMorris Jobke2017-11-063-3/+74
|\ \ \ \ \ | | | | | | | | | | | | Implement plugins infrastructure in User_LDAP
| * | | | | User_LDAP plugins: smaller fixesVinicius Cubas Brand2017-11-031-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
| * | | | | Plugins infrastructure in User_LDAPVinicius Cubas Brand2017-11-033-3/+67
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com>
* | | | | Merge pull request #6402 from nextcloud/dav-email-customizationMorris Jobke2017-11-061-0/+2
|\ \ \ \ \ | | | | | | | | | | | | Enhance calendar invitation emails
| * | | | | Make L10N->l provide weekdayNameGeorg Ehrke2017-11-031-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-11-064-64/+84
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-11-034-0/+1032
| | | | |
* | | | | Merge pull request #6974 from nextcloud/fix-fseek-on-objectstorageRoeland Jago Douma2017-11-021-2/+22
|\ \ \ \ \ | | | | | | | | | | | | Fix seeking on object storage
| * | | | | Fix seeking on object storageMorris Jobke2017-10-271-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seeking is not needed if the $from is 0, because then the pointer is already at the correct position. Additionally another fallback is added, that if the fseek fails it just uses an fread to skip the beginning of the file until it is at the correct position. This skipping is done with a chunked fread. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Update autoloaderRoeland Jago Douma2017-11-022-0/+2
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Merge branch 'master' into autocomplete-guiArthur Schiwon2017-11-0160-132/+1114
|\ \ \ \ \
| * \ \ \ \ Merge pull request #6958 from ↵Joas Schilling2017-11-012-1/+13
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/improved-mimetype-detection-for-object-storage Improve mimetype detection for object storages
| | * | | | | Improve mimetype detection for object storagesMorris Jobke2017-10-262-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Object storage instances always fall back to the content based mimetype detection, because the file name for object storage was always random due to the fact that it was temporarily storage in a generated temp file. This patch adds a check before that to make sure to use the original file name for this purpose and also remove possible other extensions like the versioning or part file extension. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | | | | Merge pull request #6975 from nextcloud/s3-read-object-fopenJoas Schilling2017-11-011-5/+8
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | use fopen directly when reading objects from s3
| | * | | | | | use fopen directly when reading objects from s3Robin Appelman2017-10-271-5/+8
| | | |/ / / / | | |/| | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | | [tx-robot] updated from transifexNextcloud bot2017-11-012-0/+18
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #6952 from nextcloud/correctly-search-for-resultsJoas Schilling2017-10-311-3/+5
| |\ \ \ \ \ | | | | | | | | | | | | | | Correctly search for existing collaboration results
| | * | | | | Add unit tests for SearchResultJoas Schilling2017-10-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | | | Correctly search for existing collaboration resultsJoas Schilling2017-10-251-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Merge pull request #7021 from nextcloud/fix-oracle-indexesJoas Schilling2017-10-315-71/+120
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fix oracle indexes
| | * | | | | | Rebuild autoloaderJoas Schilling2017-10-302-2/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | | | | 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
| | | | | | | |
| * | | | | | | [tx-robot] updated from transifexNextcloud bot2017-10-312-0/+18
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge pull request #7004 from Fiech/masterRoeland Jago Douma2017-10-301-0/+8
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | Extended list of sensitive configuration values
| | * | | | | Extended list of sensitive configuration valuesJohannes Schlichenmaier2017-10-291-0/+8
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In accordance with the issuetemplate app issue: https://github.com/nextcloud/issuetemplate/issues/27 Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info>
| * | | | | Merge pull request #6867 from nextcloud/imessage-attachmentsGeorg Ehrke2017-10-308-1/+195
| |\ \ \ \ \ | | | | | | | | | | | | | | Add attachment support to emails
| | * | | | | Move attachment creators to mailer classJoas Schilling2017-10-254-38/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | | | Fix docsJoas Schilling2017-10-192-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | | | Extend the API with teh parameters from SwiftJoas Schilling2017-10-192-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| | * | | | | Add attachment support to emailsJoas Schilling2017-10-186-1/+170
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Merge pull request #6932 from nextcloud/constants-for-talk-useragentsRoeland Jago Douma2017-10-301-0/+10
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Define constants for the talk user agents
| | * | | | | | Define constants for the talk user agentsJoas Schilling2017-10-241-0/+10
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Merge pull request #6992 from nextcloud/2-lines-for-better-codeMorris Jobke2017-10-301-1/+2
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | Use ::class and fix missing doc
| | * | | | | Use ::class and fix missing docJoas Schilling2017-10-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>