summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix info.xml files of shipped appsJoas Schilling2018-02-1622-233/+330
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Validate the info.xml against the appstore schema fileJoas Schilling2018-02-1616-195/+1461
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2018-02-1612-8/+22
|
* Merge pull request #8095 from nextcloud/webapps-capabilitiesMorris Jobke2018-02-1511-47/+291
|\ | | | | Expose navigation entries as API endpoint
| * Update phpDoc comments and add more type hintingJulius Härtl2018-02-152-7/+8
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Also rewrite icon urlJulius Härtl2018-02-122-4/+22
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Deprecate static methods and use Navigation managerJulius Härtl2018-02-123-3/+5
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Update autoloaderRoeland Jago Douma2018-02-122-0/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Move to OCS endpointJulius Härtl2018-02-123-21/+23
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Allow requesting absolute URLsJulius Härtl2018-02-122-11/+76
| | | | | | | | | | | | They might be useful when requesting the navigation from the clients Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add tests for NavigationControllerJulius Härtl2018-02-122-2/+79
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add getAll to public INavigationManagerJulius Härtl2018-02-122-1/+10
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Add navigation endpointJulius Härtl2018-02-122-0/+61
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Make sure we test the proper order in the NavigationManagerTestJulius Härtl2018-02-121-7/+7
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Move navigation processing to the NavigationManagerJulius Härtl2018-02-122-33/+40
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #8376 from nextcloud/devgalsMorris Jobke2018-02-151-0/+1
|\ \ | | | | | | Fix edit tag textbox size
| * | Fix edit tag textbox sizeAastha Gupta2018-02-151-0/+1
| | | | | | | | | | | | | | | | | | Fixes #7586 Signed-off-by: Aastha Gupta <aastha.gupta4104@gmail.com>
* | | Merge pull request #8372 from nextcloud/encapsulate-app-requireMorris Jobke2018-02-151-11/+13
|\ \ \ | | | | | | | | Properly encapsulate require_once for app.php
| * | | Add throws annotationJulius Härtl2018-02-151-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Properly encapsulate require_once for app.phpJulius Härtl2018-02-151-11/+12
| |/ / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #8280 from coliff/coliff-email-inputtypeMorris Jobke2018-02-151-1/+1
|\ \ \ | | | | | | | | Correct input type for email
| * | | Correct input type for emailChristian Oliff2018-02-091-1/+1
| | | | | | | | | | | | Correct input type for email
* | | | Merge pull request #8277 from nextcloud/avatars-shared-allJulius Härtl2018-02-151-0/+4
|\ \ \ \ | | | | | | | | | | Show share owner avatars on all file lists
| * | | | Show share owner avatars on all file listsJulius Härtl2018-02-091-0/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #7754 from pierlon/masterMorris Jobke2018-02-157-2/+56
|\ \ \ \ | |_|/ / |/| | | Add icons to devices/sessions
| * | | Use generic icons for clientsPierre Gordon2018-01-2015-51/+21
| | | | | | | | | | | | | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
| * | | Align icons with textPierre Gordon2018-01-191-0/+1
| | | | | | | | | | | | | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
| * | | Centralize iconsPierre Gordon2018-01-1913-17/+54
| | | | | | | | | | | | | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
| * | | Make icons consistentPierre Gordon2018-01-1910-10/+10
| | | | | | | | | | | | | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
| * | | Add icons to devices/sessionsPierre Gordon2018-01-1913-2/+48
| | | | | | | | | | | | | | | | Signed off by: Pierre Gordon <pierregordon@protonmail.com>
* | | | Merge pull request #8365 from nextcloud/fix-phpdocMorris Jobke2018-02-151-1/+1
|\ \ \ \ | | | | | | | | | | Fix typo in PHPDoc
| * | | | Fix typo in PHPDocMorris Jobke2018-02-151-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2018-02-1450-82/+1044
| | | | |
* | | | | Merge pull request #8259 from nextcloud/guzzle6Morris Jobke2018-02-1426-424/+411
|\ \ \ \ \ | | | | | | | | | | | | update guzzlehttp/guzzle to 6.3.0
| * | | | | fix redundant namespaceRobin Appelman2018-02-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | adjust post body for new guzzleRobin Appelman2018-02-091-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Adjust integration tests to new guzzleRobin Appelman2018-02-0917-350/+322
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | Adjust dav client to new guzzleRobin Appelman2018-02-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | adjust httpclient to guzzle6Robin Appelman2018-02-097-73/+84
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | | | | update guzzlehttp/guzzle to 6.3.0Robin Appelman2018-02-091-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-1487-147/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | Remove unused import statements
| * | | | | | Remove unused import statementsMorris Jobke2018-02-1487-147/+0
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #8328 from ↵Joas Schilling2018-02-141-2/+9
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/filter-out-the-current-user-by-email-too Filter out the current user when searching for emails too
| * | | | | | Filter out the current user when searching for emails tooJoas Schilling2018-02-131-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #8337 from nextcloud/use-non-alias-methodJoas Schilling2018-02-148-11/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Use non aliased method instead
| * | | | | | | Use non aliased method insteadMorris Jobke2018-02-138-11/+11
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | | Merge pull request #8338 from nextcloud/simplify-return-statementJoas Schilling2018-02-149-33/+13
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Simplify return statement
| * | | | | | | Simplify return statementMorris Jobke2018-02-139-33/+13
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / / / / [tx-robot] updated from transifexNextcloud bot2018-02-1428-26/+278
|/ / / / / /
* / / / / / [tx-robot] updated from transifexNextcloud bot2018-02-13224-1380/+5372
|/ / / / /