Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix sorting | Arthur Schiwon | 2017-10-26 | 1 | -1/+1 |
* | split walking the tree from operating on it | Arthur Schiwon | 2017-10-22 | 1 | -14/+25 |
* | AutoCompletion backend | Arthur Schiwon | 2017-10-22 | 10 | -1/+287 |
* | [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 |
|\ | |||||
| * | Update autoloading | Joas Schilling | 2017-10-16 | 2 | -0/+2 |
* | | Merge pull request #6853 from nextcloud/apps_autoloader | Lukas Reschke | 2017-10-19 | 1 | -4/+12 |
|\ \ | |||||
| * | | Allow apps to have their own autoloader | Roeland Jago Douma | 2017-10-17 | 1 | -4/+12 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-19 | 4 | -0/+18 |
* | | | Fix autoloading | Joas Schilling | 2017-10-18 | 2 | -0/+2 |
* | | | Set the data from the template | Joas Schilling | 2017-10-18 | 1 | -3/+1 |
* | | | Introduce a public interface for Message | Joas Schilling | 2017-10-18 | 4 | -9/+106 |
* | | | Set the subject with the email template to allow theming | Joas Schilling | 2017-10-18 | 1 | -2/+2 |
* | | | Allow templating of email subjects | Joas Schilling | 2017-10-18 | 2 | -0/+38 |
* | | | [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 |
* | | [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 | dartcafe | 2017-10-15 | 1 | -12/+49 |
* | | | 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 | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
* | | | [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 |
|\ \ | |/ |/| | |||||
| * | set s3 part size to 500mb | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
| * | Add tests for multipart upload | Robin Appelman | 2017-09-21 | 1 | -2/+2 |
| * | only do multipart upload for large files | Robin Appelman | 2017-09-21 | 1 | -0/+24 |
| * | multipart upload for s3 object storage | Robin Appelman | 2017-09-20 | 1 | -5/+22 |
* | | Do not return app names multiple times | Julius Härtl | 2017-10-10 | 1 | -0/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-07 | 2 | -0/+2 |
* | | Merge pull request #6759 from nextcloud/allow-multiple-settings-and-sections-... | Joas Schilling | 2017-10-06 | 2 | -16/+59 |
|\ \ | |||||
| * | | Allow multiple settings and sections per app | Joas Schilling | 2017-10-05 | 2 | -16/+59 |
* | | | [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 |
|\ \ | |||||
| * | | adapt attribute name (changed letter case style) | Arthur Schiwon | 2017-09-27 | 1 | -1/+1 |
| * | | reduce nesting of the required app XML | Arthur Schiwon | 2017-09-27 | 1 | -3/+12 |
| * | | add tests for Lookup Plugin | Arthur Schiwon | 2017-09-26 | 1 | -2/+1 |
| * | | split off former searchSharee unit test | Arthur Schiwon | 2017-09-26 | 2 | -8/+16 |
| * | | split off getEmail tests | Arthur Schiwon | 2017-09-26 | 1 | -1/+1 |
| * | | split off getRemote unit tests | Arthur Schiwon | 2017-09-26 | 1 | -2/+2 |
| * | | split off getUsers unit tests | Arthur Schiwon | 2017-09-26 | 1 | -2/+2 |
| * | | minor fixes | Arthur Schiwon | 2017-09-26 | 2 | -1/+2 |
| * | | add missing PHP doc | Arthur Schiwon | 2017-09-26 | 1 | -1/+16 |
| * | | updated autoloader | Arthur Schiwon | 2017-09-26 | 2 | -2/+2 |
| * | | finetune the appinfo parser | Arthur Schiwon | 2017-09-26 | 1 | -1/+4 |
| * | | allow more than one plugin per share type | Arthur Schiwon | 2017-09-26 | 1 | -8/+10 |
| * | | make it possible to register plugins and kick out the circle one | Arthur Schiwon | 2017-09-26 | 5 | -62/+32 |
| * | | don't keep result types hard coded | Arthur Schiwon | 2017-09-26 | 10 | -57/+120 |
| * | | missing PHP doc for public interfaces | Arthur Schiwon | 2017-09-26 | 3 | -2/+18 |