summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* more elegant style for Personal and Admin settingsJan-Christoph Borchardt2013-10-056-28/+34
|
* Merge pull request #5136 from owncloud/design-fixesMorris Jobke2013-10-049-5/+40
|\ | | | | Design fixes
| * add useful icon from News app to coreJan-Christoph Borchardt2013-10-046-0/+32
| |
| * increase font size of file actions for better readabilityJan-Christoph Borchardt2013-10-041-3/+1
| |
| * prevent hover effect when settings are openJan-Christoph Borchardt2013-10-041-1/+6
| |
| * fix disabled buttons not showing iconsJan-Christoph Borchardt2013-10-041-1/+1
| |
* | Merge pull request #5102 from owncloud/input-simplifyMorris Jobke2013-10-045-70/+75
|\ \ | |/ |/| Input simplify
| * remove specific border-radius for .primary button as it should be specific ↵Jan-Christoph Borchardt2013-10-041-1/+3
| | | | | | | | to log in instead
| * fix multiselect bar opacity, webrootJan-Christoph Borchardt2013-10-042-4/+4
| |
| * merge master into input-simplifyJan-Christoph Borchardt2013-10-0470-466/+2025
| |\
| * | better style and color for warning and success feedback on inputsJan-Christoph Borchardt2013-10-032-4/+12
| | |
| * | fix position of New and Deleted Files buttonsJan-Christoph Borchardt2013-10-031-2/+9
| | |
| * | simplify input elements for less cognitive load. No box-shadow, no ↵Jan-Christoph Borchardt2013-10-033-63/+57
| | | | | | | | | | | | text-shadow, smaller border-radius
* | | Merge pull request #5068 from owncloud/improved_requestBart Visscher2013-10-046-47/+351
|\ \ \ | | | | | | | | Improved request
| * | | Fix fix of POST :PThomas Tanghus2013-10-032-12/+13
| | | |
| * | | Fix POST decodingThomas Tanghus2013-10-031-2/+2
| | | |
| * | | Modified PUT behaviourThomas Tanghus2013-10-022-50/+60
| | | | | | | | | | | | | | | | Now only non-parable PUT requests return a stream resource.
| * | | Merge branch 'enhance_request' of github.com:owncloud/core into enhance_requestThomas Tanghus2013-10-010-0/+0
| |\ \ \
| | * | | Remove getContent() from IRequestThomas Tanghus2013-09-301-8/+0
| | | | |
| | * | | Merge branch 'enhance_request' of github.com:owncloud/core into enhance_requestThomas Tanghus2013-09-300-0/+0
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/appframework/http/request.php tests/lib/appframework/http/RequestTest.php
| | | * | | Implement PUT an PATCH supportThomas Tanghus2013-09-284-30/+281
| | | | | |
| | | * | | Add interface docs to IRequest.Thomas Tanghus2013-09-271-0/+22
| | | | | |
| | | * | | Add patch method to OC_RouteThomas Tanghus2013-09-271-0/+8
| | | | | |
| | | * | | Check if accessor matched request method.Thomas Tanghus2013-09-272-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | It's easier to find errors in the code if an exception is thrown.
| | * | | | Remove JSON request parsing from ServerThomas Tanghus2013-09-302-13/+1
| | | | | |
| | * | | | Add assertions for ->params and array access with jsonThomas Tanghus2013-09-301-0/+2
| | | | | |
| | * | | | Implement PUT an PATCH supportThomas Tanghus2013-09-304-30/+281
| | | | | |
| | * | | | Add interface docs to IRequest.Thomas Tanghus2013-09-301-0/+22
| | | | | |
| | * | | | Add patch method to OC_RouteThomas Tanghus2013-09-301-0/+8
| | | | | |
| | * | | | Check if accessor matched request method.Thomas Tanghus2013-09-302-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | It's easier to find errors in the code if an exception is thrown.
| * | | | | Remove getContent() from IRequestThomas Tanghus2013-10-011-8/+0
| | | | | |
| * | | | | Remove JSON request parsing from ServerThomas Tanghus2013-10-012-13/+1
| | | | | |
| * | | | | Add assertions for ->params and array access with jsonThomas Tanghus2013-10-011-0/+2
| | | | | |
| * | | | | Implement PUT an PATCH supportThomas Tanghus2013-10-014-30/+281
| | | | | |
| * | | | | Add interface docs to IRequest.Thomas Tanghus2013-10-011-0/+22
| | | | | |
| * | | | | Add patch method to OC_RouteThomas Tanghus2013-10-011-0/+8
| | | | | |
| * | | | | Check if accessor matched request method.Thomas Tanghus2013-10-012-0/+30
| | | | | | | | | | | | | | | | | | | | | | | | It's easier to find errors in the code if an exception is thrown.
* | | | | | increase version number to trigger db updateBjoern Schiessle2013-10-041-1/+1
| | | | | |
* | | | | | Merge pull request #4877 from owncloud/ocs_share_apiBjörn Schießle2013-10-046-2/+1037
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | OCS Share API
| * | | | | update testsBjoern Schiessle2013-10-041-3/+3
| | | | | |
| * | | | | use true/false instead of yes/no for publicUpload and subfiles parameterBjoern Schiessle2013-10-041-4/+4
| | | | | |
| * | | | | use always path as parameter to specify a file/folderBjoern Schiessle2013-10-041-3/+3
| | | | | |
| * | | | | also return success if no shares are found.Bjoern Schiessle2013-09-301-3/+4
| | | | | |
| * | | | | add testUpdateShareUpload()Bjoern Schiessle2013-09-301-3/+62
| | | | | |
| * | | | | add getShareFromFolder() testBjoern Schiessle2013-09-301-0/+37
| | | | | |
| * | | | | Make sure that testDeleteShare() has some shares to deleteBjoern Schiessle2013-09-302-15/+39
| |\ \ \ \ \
| | * | | | | flipping arguments on assertEquals() - first argument contains the expected ↵Thomas Müller2013-09-291-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | value and second argument contains the value to be asserted
| | * | | | | - adding unit test testGetShareFromUnknownId()Thomas Müller2013-09-292-11/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixing getShareFromId() for Oracle - fixing error message
| * | | | | | add some commentsBjoern Schiessle2013-09-271-2/+3
| |/ / / / /
| * | | | | add test getShareFromIdBjoern Schiessle2013-09-271-1/+36
| | | | | |