Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-07 | 2 | -0/+516 |
| | |||||
* | Change @georgehrke's email | Morris Jobke | 2017-11-06 | 30 | -29/+30 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #7083 from nextcloud/update-license-headers | Morris Jobke | 2017-11-06 | 413 | -246/+872 |
|\ | | | | | Update license headers | ||||
| * | Update license headers | Morris Jobke | 2017-11-06 | 413 | -246/+872 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #7076 from nextcloud/s3-valid-bucket-name | Morris Jobke | 2017-11-06 | 1 | -2/+2 |
|\ \ | |/ |/| | Better error message for invalid bucket names | ||||
| * | Better error message for invalid bucket names | Morris Jobke | 2017-11-06 | 1 | -2/+2 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #5321 from coletivoEITA/user_ldap_plugins_structure | Morris Jobke | 2017-11-06 | 3 | -3/+74 |
|\ \ | | | | | | | Implement plugins infrastructure in User_LDAP | ||||
| * | | User_LDAP plugins: smaller fixes | Vinicius Cubas Brand | 2017-11-03 | 1 | -0/+7 |
| | | | | | | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
| * | | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 3 | -3/+67 |
| |/ | | | | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | | Merge pull request #6402 from nextcloud/dav-email-customization | Morris Jobke | 2017-11-06 | 1 | -0/+2 |
|\ \ | | | | | | | Enhance calendar invitation emails | ||||
| * | | Make L10N->l provide weekdayName | Georg Ehrke | 2017-11-03 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-06 | 4 | -64/+84 |
| |/ |/| | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-03 | 4 | -0/+1032 |
| | | |||||
* | | Merge pull request #6974 from nextcloud/fix-fseek-on-objectstorage | Roeland Jago Douma | 2017-11-02 | 1 | -2/+22 |
|\ \ | | | | | | | Fix seeking on object storage | ||||
| * | | Fix seeking on object storage | Morris Jobke | 2017-10-27 | 1 | -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 autoloader | Roeland Jago Douma | 2017-11-02 | 2 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | Merge branch 'master' into autocomplete-gui | Arthur Schiwon | 2017-11-01 | 60 | -132/+1114 |
|\ \ \ | |||||
| * \ \ | Merge pull request #6958 from ↵ | Joas Schilling | 2017-11-01 | 2 | -1/+13 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/improved-mimetype-detection-for-object-storage Improve mimetype detection for object storages | ||||
| | * | | | Improve mimetype detection for object storages | Morris Jobke | 2017-10-26 | 2 | -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-fopen | Joas Schilling | 2017-11-01 | 1 | -5/+8 |
| |\ \ \ \ | | | | | | | | | | | | | use fopen directly when reading objects from s3 | ||||
| | * | | | | use fopen directly when reading objects from s3 | Robin Appelman | 2017-10-27 | 1 | -5/+8 |
| | | |/ / | | |/| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-11-01 | 2 | -0/+18 |
| | |_|/ | |/| | | |||||
| * | | | Merge pull request #6952 from nextcloud/correctly-search-for-results | Joas Schilling | 2017-10-31 | 1 | -3/+5 |
| |\ \ \ | | | | | | | | | | | Correctly search for existing collaboration results | ||||
| | * | | | Add unit tests for SearchResult | Joas Schilling | 2017-10-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| | * | | | Correctly search for existing collaboration results | Joas Schilling | 2017-10-25 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | Merge pull request #7021 from nextcloud/fix-oracle-indexes | Joas Schilling | 2017-10-31 | 5 | -71/+120 |
| |\ \ \ \ | | | | | | | | | | | | | Fix oracle indexes | ||||
| | * | | | | Rebuild autoloader | Joas Schilling | 2017-10-30 | 2 | -2/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| | * | | | | Die NoCheckMigrator | Victor Dubiniuk | 2017-10-30 | 3 | -41/+2 |
| | | | | | | |||||
| | * | | | | Add foreign key support to OC | Piotr Mrowczynski | 2017-10-30 | 1 | -4/+36 |
| | | | | | | |||||
| | * | | | | quote index columns on oracle, handle all index changes, minor phpdoc cleanup | Jörn Friedrich Dreyer | 2017-10-30 | 1 | -27/+85 |
| | | | | | | |||||
| * | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-31 | 2 | -0/+18 |
| | | | | | | |||||
| * | | | | | Merge pull request #7004 from Fiech/master | Roeland Jago Douma | 2017-10-30 | 1 | -0/+8 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | Extended list of sensitive configuration values | ||||
| | * | | | | Extended list of sensitive configuration values | Johannes Schlichenmaier | 2017-10-29 | 1 | -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-attachments | Georg Ehrke | 2017-10-30 | 8 | -1/+195 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Add attachment support to emails | ||||
| | * | | | | | Move attachment creators to mailer class | Joas Schilling | 2017-10-25 | 4 | -38/+39 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| | * | | | | | Fix docs | Joas Schilling | 2017-10-19 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| | * | | | | | Extend the API with teh parameters from Swift | Joas Schilling | 2017-10-19 | 2 | -3/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| | * | | | | | Add attachment support to emails | Joas Schilling | 2017-10-18 | 6 | -1/+170 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | | Merge pull request #6932 from nextcloud/constants-for-talk-useragents | Roeland Jago Douma | 2017-10-30 | 1 | -0/+10 |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | Define constants for the talk user agents | ||||
| | * | | | | | | Define constants for the talk user agents | Joas Schilling | 2017-10-24 | 1 | -0/+10 |
| | | |_|/ / / | | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | | Merge pull request #6992 from nextcloud/2-lines-for-better-code | Morris Jobke | 2017-10-30 | 1 | -1/+2 |
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | | | Use ::class and fix missing doc | ||||
| | * | | | | | Use ::class and fix missing doc | Joas Schilling | 2017-10-28 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-29 | 4 | -2/+16 |
| |/ / / / / | |||||
| * | | | | | Merge pull request #6977 from Fiech/master | Joas Schilling | 2017-10-27 | 1 | -0/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | Added additional methods for removal of sensitive info | ||||
| | * | | | | | Added additional methods for removal of sensitive info | Johannes Schlichenmaier | 2017-10-27 | 1 | -0/+6 |
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | | Signed-off-by: Johannes Schlichenmaier <johannes@schlichenmaier.info> | ||||
| * | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-27 | 2 | -0/+20 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Merge pull request #6949 from nextcloud/cachingrouter_local | Roeland Jago Douma | 2017-10-26 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | Use local cache for the CachingRouter | ||||
| | * | | | | Use local cache for the CachingRouter | Roeland Jago Douma | 2017-10-25 | 1 | -2/+2 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is no need to cache routes distributed. It even has the downside that the router might return different routes then the ones in the local routes.php files. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * / / / | [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 |
| | | | |