Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 22 | -233/+330 |
* | Validate the info.xml against the appstore schema file | Joas Schilling | 2018-02-16 | 16 | -195/+1461 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-16 | 12 | -8/+22 |
* | Merge pull request #8095 from nextcloud/webapps-capabilities | Morris Jobke | 2018-02-15 | 11 | -47/+291 |
|\ | |||||
| * | Update phpDoc comments and add more type hinting | Julius Härtl | 2018-02-15 | 2 | -7/+8 |
| * | Also rewrite icon url | Julius Härtl | 2018-02-12 | 2 | -4/+22 |
| * | Deprecate static methods and use Navigation manager | Julius Härtl | 2018-02-12 | 3 | -3/+5 |
| * | Update autoloader | Roeland Jago Douma | 2018-02-12 | 2 | -0/+2 |
| * | Move to OCS endpoint | Julius Härtl | 2018-02-12 | 3 | -21/+23 |
| * | Allow requesting absolute URLs | Julius Härtl | 2018-02-12 | 2 | -11/+76 |
| * | Add tests for NavigationController | Julius Härtl | 2018-02-12 | 2 | -2/+79 |
| * | Add getAll to public INavigationManager | Julius Härtl | 2018-02-12 | 2 | -1/+10 |
| * | Add navigation endpoint | Julius Härtl | 2018-02-12 | 2 | -0/+61 |
| * | Make sure we test the proper order in the NavigationManagerTest | Julius Härtl | 2018-02-12 | 1 | -7/+7 |
| * | Move navigation processing to the NavigationManager | Julius Härtl | 2018-02-12 | 2 | -33/+40 |
* | | Merge pull request #8376 from nextcloud/devgals | Morris Jobke | 2018-02-15 | 1 | -0/+1 |
|\ \ | |||||
| * | | Fix edit tag textbox size | Aastha Gupta | 2018-02-15 | 1 | -0/+1 |
* | | | Merge pull request #8372 from nextcloud/encapsulate-app-require | Morris Jobke | 2018-02-15 | 1 | -11/+13 |
|\ \ \ | |||||
| * | | | Add throws annotation | Julius Härtl | 2018-02-15 | 1 | -0/+1 |
| * | | | Properly encapsulate require_once for app.php | Julius Härtl | 2018-02-15 | 1 | -11/+12 |
| |/ / | |||||
* | | | Merge pull request #8280 from coliff/coliff-email-inputtype | Morris Jobke | 2018-02-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | Correct input type for email | Christian Oliff | 2018-02-09 | 1 | -1/+1 |
* | | | | Merge pull request #8277 from nextcloud/avatars-shared-all | Julius Härtl | 2018-02-15 | 1 | -0/+4 |
|\ \ \ \ | |||||
| * | | | | Show share owner avatars on all file lists | Julius Härtl | 2018-02-09 | 1 | -0/+4 |
| |/ / / | |||||
* | | | | Merge pull request #7754 from pierlon/master | Morris Jobke | 2018-02-15 | 7 | -2/+56 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Use generic icons for clients | Pierre Gordon | 2018-01-20 | 15 | -51/+21 |
| * | | | Align icons with text | Pierre Gordon | 2018-01-19 | 1 | -0/+1 |
| * | | | Centralize icons | Pierre Gordon | 2018-01-19 | 13 | -17/+54 |
| * | | | Make icons consistent | Pierre Gordon | 2018-01-19 | 10 | -10/+10 |
| * | | | Add icons to devices/sessions | Pierre Gordon | 2018-01-19 | 13 | -2/+48 |
* | | | | Merge pull request #8365 from nextcloud/fix-phpdoc | Morris Jobke | 2018-02-15 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Fix typo in PHPDoc | Morris Jobke | 2018-02-15 | 1 | -1/+1 |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 50 | -82/+1044 |
* | | | | | Merge pull request #8259 from nextcloud/guzzle6 | Morris Jobke | 2018-02-14 | 26 | -424/+411 |
|\ \ \ \ \ | |||||
| * | | | | | fix redundant namespace | Robin Appelman | 2018-02-12 | 1 | -1/+1 |
| * | | | | | adjust post body for new guzzle | Robin Appelman | 2018-02-09 | 1 | -0/+4 |
| * | | | | | Adjust integration tests to new guzzle | Robin Appelman | 2018-02-09 | 17 | -350/+322 |
| * | | | | | Adjust dav client to new guzzle | Robin Appelman | 2018-02-09 | 1 | -2/+2 |
| * | | | | | adjust httpclient to guzzle6 | Robin Appelman | 2018-02-09 | 7 | -73/+84 |
| * | | | | | update guzzlehttp/guzzle to 6.3.0 | Robin Appelman | 2018-02-09 | 1 | -0/+0 |
* | | | | | | Merge pull request #8335 from nextcloud/remove-unused-import | Morris Jobke | 2018-02-14 | 87 | -147/+0 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Remove unused import statements | Morris Jobke | 2018-02-14 | 87 | -147/+0 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #8328 from nextcloud/bugfix/noid/filter-out-the-current-us... | Joas Schilling | 2018-02-14 | 1 | -2/+9 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Filter out the current user when searching for emails too | Joas Schilling | 2018-02-13 | 1 | -2/+9 |
* | | | | | | | Merge pull request #8337 from nextcloud/use-non-alias-method | Joas Schilling | 2018-02-14 | 8 | -11/+11 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Use non aliased method instead | Morris Jobke | 2018-02-13 | 8 | -11/+11 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge pull request #8338 from nextcloud/simplify-return-statement | Joas Schilling | 2018-02-14 | 9 | -33/+13 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Simplify return statement | Morris Jobke | 2018-02-13 | 9 | -33/+13 |
| |/ / / / / / | |||||
* / / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-14 | 28 | -26/+278 |
|/ / / / / / | |||||
* / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-13 | 224 | -1380/+5372 |
|/ / / / / |