Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| * | update autoloader | Arthur Schiwon | 2017-09-26 | 2 | -0/+22 |
| * | Splits off the logic from sharees endpoint thus making it available from | Arthur Schiwon | 2017-09-26 | 12 | -0/+1031 |
* | | Merge pull request #6742 from nextcloud/invalid-path-repair-from11 | Robin Appelman | 2017-10-04 | 1 | -3/+11 |
|\ \ | |||||
| * | | dont run invalid path repair step when upgrading from 11.0.5.2 and later | Robin Appelman | 2017-10-03 | 1 | -3/+11 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-04 | 6 | -12/+16 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-03 | 2 | -0/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-30 | 2 | -4/+4 |
* | | Merge pull request #6563 from nextcloud/bigint-ids | Morris Jobke | 2017-09-29 | 5 | -0/+170 |
|\ \ | |||||
| * | | Update autoloading | Joas Schilling | 2017-09-29 | 2 | -2/+4 |
| * | | Fix bigint handling on postgres | Joas Schilling | 2017-09-29 | 2 | -0/+98 |
| * | | Migrate all core id columns to bigint | Joas Schilling | 2017-09-29 | 2 | -0/+2 |
| * | | Add a base migration for easy updating to bigints | Joas Schilling | 2017-09-29 | 3 | -0/+68 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-29 | 16 | -0/+16 |
* | | | Use full percentages in quota bar percentages | Morris Jobke | 2017-09-28 | 1 | -1/+1 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-28 | 4 | -2/+4 |
* | | Merge pull request #6599 from nextcloud/fix_2523 | Morris Jobke | 2017-09-27 | 1 | -0/+6 |
|\ \ | |||||
| * | | Allow requesting the max preview | Roeland Jago Douma | 2017-09-25 | 1 | -0/+6 |
* | | | Merge pull request #6586 from nextcloud/fix/app-install-extract-check | Roeland Jago Douma | 2017-09-27 | 1 | -1/+8 |
|\ \ \ | |||||
| * | | | Check whether an app archive can be extracted | Christoph Wurst | 2017-09-20 | 1 | -1/+8 |
* | | | | Merge pull request #6645 from nextcloud/fix-6642-only-colons-for-ipv6 | Morris Jobke | 2017-09-27 | 1 | -48/+63 |
|\ \ \ \ | |||||
| * | | | | Code clean up | Joas Schilling | 2017-09-26 | 1 | -48/+47 |
| * | | | | Only allow colons in db host for IPv6 addresses | Joas Schilling | 2017-09-26 | 1 | -0/+16 |
* | | | | | Merge pull request #6660 from nextcloud/remove_saml_hack | Morris Jobke | 2017-09-27 | 1 | -16/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Remove SAML hack from base.php | Roeland Jago Douma | 2017-09-27 | 1 | -16/+1 |
| | |_|_|/ | |/| | | | |||||
* / | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-27 | 2 | -2/+2 |
|/ / / / | |||||
* | | | | Merge pull request #6647 from nextcloud/scss-no-take-only-throw | John Molakvoæ | 2017-09-26 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | Do not stop on scss compilation failure | John Molakvoæ (skjnldsv) | 2017-09-26 | 1 | -0/+2 |
* | | | | | Improve exception handling | Morris Jobke | 2017-09-26 | 1 | -0/+3 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #6544 from nextcloud/fix/duplicate-session-token | Morris Jobke | 2017-09-25 | 1 | -0/+1 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Fix duplicate session token after remembered login | Christoph Wurst | 2017-09-20 | 1 | -0/+1 |
* | | | | Merge pull request #6632 from nextcloud/do_not_show_hyphen | Roeland Jago Douma | 2017-09-25 | 1 | -1/+1 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | do not show hyphen after instance name in emails if slogan does not exist | Stephan Müller | 2017-09-25 | 1 | -1/+1 |
* | | | | Handle SameSiteCookie check for index.php in AppFramework Middleware | Roeland Jago Douma | 2017-09-24 | 7 | -16/+168 |
|/ / / | |||||
* | | | Fixed webroot detection | John Molakvoæ (skjnldsv) | 2017-09-22 | 1 | -1/+1 |