Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Avatar generation use ttf (for ancient compatibility) | Roeland Jago Douma | 2018-02-19 | 1 | -1/+1 | |
| * | | | | Add TTF of OpenSand-{Ligh,Semibold} | Roeland Jago Douma | 2018-02-19 | 2 | -0/+0 | |
* | | | | | Merge pull request #8158 from nextcloud/s3-minio | Roeland Jago Douma | 2018-02-19 | 1 | -7/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use a more widely available method to test s3 settings | Robin Appelman | 2018-02-08 | 1 | -7/+4 | |
* | | | | | | Merge pull request #8424 from nextcloud/fix/update-app | Roeland Jago Douma | 2018-02-19 | 2 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix updating an up | Christoph Wurst | 2018-02-19 | 2 | -2/+2 | |
* | | | | | | | Merge pull request #8426 from nextcloud/refactor/notification-showTempoary-un... | Roeland Jago Douma | 2018-02-19 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | Remove unused var in OC.Notification.showTemporary | Christoph Wurst | 2018-02-19 | 1 | -1/+0 | |
|/ / / / / / | ||||||
* | | | | | | Merge pull request #8334 from nextcloud/lib-strict-typing | Roeland Jago Douma | 2018-02-19 | 1 | -6/+9 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Make lib/autoloader.php strictly typed and properly type hinted | Morris Jobke | 2018-02-13 | 1 | -6/+9 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | Merge pull request #8366 from nextcloud/remove-disable-caching-headers | Roeland Jago Douma | 2018-02-19 | 6 | -13/+16 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Use normal header() calls instead of private method calls | Morris Jobke | 2018-02-19 | 6 | -13/+16 | |
|/ / / / / | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-19 | 26 | -48/+102 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-18 | 16 | -0/+16 | |
* | | | | | Merge pull request #8411 from nextcloud/add-strict-types-to-oc_app | Morris Jobke | 2018-02-17 | 8 | -98/+81 | |
|\ \ \ \ \ | ||||||
| * | | | | | Add remaining type hints, that were already okay | Morris Jobke | 2018-02-17 | 1 | -33/+34 | |
| * | | | | | Always return a string in OC_App::getCurrentApp and no boolean | Morris Jobke | 2018-02-17 | 1 | -2/+2 | |
| * | | | | | Use empty array as group list in OC_App::enable | Morris Jobke | 2018-02-17 | 2 | -4/+4 | |
| * | | | | | Refactor dependencies in setAppTypes | Morris Jobke | 2018-02-17 | 1 | -6/+8 | |
| * | | | | | Fix app version to be always string and neither array nor null | Morris Jobke | 2018-02-17 | 5 | -23/+6 | |
| * | | | | | OC_App::loadApps now only accepts an array as type list | Morris Jobke | 2018-02-17 | 3 | -12/+9 | |
| * | | | | | Migrate to short array syntax | Morris Jobke | 2018-02-17 | 1 | -18/+18 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-02-17 | 28 | -10/+324 | |
* | | | | | | Merge pull request #8232 from nextcloud/bugfix/8007/validate-appinfo-against-... | Morris Jobke | 2018-02-16 | 38 | -428/+1790 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | App manager is not needed anymore | Joas Schilling | 2018-02-16 | 2 | -3/+2 | |
| * | | | | | | 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 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Merge pull request #8391 from coder-hugo/feature/mysql_ansi_quotes | Morris Jobke | 2018-02-16 | 1 | -2/+3 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Don't use double quotes in MySQL queries | Robin Müller | 2018-02-16 | 1 | -2/+3 | |
* | | | | | | | Merge pull request #8396 from nextcloud/fix-typo-in-build-matrix-of-drone-yml | Morris Jobke | 2018-02-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix typo in build matrix of .drone.yml | Daniel Calviño Sánchez | 2018-02-16 | 1 | -1/+1 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #8382 from nextcloud/make-acceptance-tests-for-comments-mo... | Morris Jobke | 2018-02-16 | 3 | -34/+41 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | Take into account the comment message when looking for it | Daniel Calviño Sánchez | 2018-02-15 | 2 | -24/+17 | |
| * | | | | | | Adjust timeouts in the step to create a new comment | Daniel Calviño Sánchez | 2018-02-15 | 1 | -2/+2 | |
| * | | | | | | Move locators above step definitions | Daniel Calviño Sánchez | 2018-02-15 | 1 | -21/+26 | |
| * | | | | | | Add acceptance tests for comments to Drone | Daniel Calviño Sánchez | 2018-02-15 | 1 | -0/+9 | |
| | |/ / / / | |/| | | | | ||||||
* / | | | | | [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 | |
|\ \ \ \ \ \ |