Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more elegant style for Personal and Admin settings | Jan-Christoph Borchardt | 2013-10-05 | 6 | -28/+34 |
| | |||||
* | Merge pull request #5136 from owncloud/design-fixes | Morris Jobke | 2013-10-04 | 9 | -5/+40 |
|\ | | | | | Design fixes | ||||
| * | add useful icon from News app to core | Jan-Christoph Borchardt | 2013-10-04 | 6 | -0/+32 |
| | | |||||
| * | increase font size of file actions for better readability | Jan-Christoph Borchardt | 2013-10-04 | 1 | -3/+1 |
| | | |||||
| * | prevent hover effect when settings are open | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+6 |
| | | |||||
| * | fix disabled buttons not showing icons | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #5102 from owncloud/input-simplify | Morris Jobke | 2013-10-04 | 5 | -70/+75 |
|\ \ | |/ |/| | Input simplify | ||||
| * | remove specific border-radius for .primary button as it should be specific ↵ | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+3 |
| | | | | | | | | to log in instead | ||||
| * | fix multiselect bar opacity, webroot | Jan-Christoph Borchardt | 2013-10-04 | 2 | -4/+4 |
| | | |||||
| * | merge master into input-simplify | Jan-Christoph Borchardt | 2013-10-04 | 70 | -466/+2025 |
| |\ | |||||
| * | | better style and color for warning and success feedback on inputs | Jan-Christoph Borchardt | 2013-10-03 | 2 | -4/+12 |
| | | | |||||
| * | | fix position of New and Deleted Files buttons | Jan-Christoph Borchardt | 2013-10-03 | 1 | -2/+9 |
| | | | |||||
| * | | simplify input elements for less cognitive load. No box-shadow, no ↵ | Jan-Christoph Borchardt | 2013-10-03 | 3 | -63/+57 |
| | | | | | | | | | | | | text-shadow, smaller border-radius | ||||
* | | | Merge pull request #5068 from owncloud/improved_request | Bart Visscher | 2013-10-04 | 6 | -47/+351 |
|\ \ \ | | | | | | | | | Improved request | ||||
| * | | | Fix fix of POST :P | Thomas Tanghus | 2013-10-03 | 2 | -12/+13 |
| | | | | |||||
| * | | | Fix POST decoding | Thomas Tanghus | 2013-10-03 | 1 | -2/+2 |
| | | | | |||||
| * | | | Modified PUT behaviour | Thomas Tanghus | 2013-10-02 | 2 | -50/+60 |
| | | | | | | | | | | | | | | | | Now only non-parable PUT requests return a stream resource. | ||||
| * | | | Merge branch 'enhance_request' of github.com:owncloud/core into enhance_request | Thomas Tanghus | 2013-10-01 | 0 | -0/+0 |
| |\ \ \ | |||||
| | * | | | Remove getContent() from IRequest | Thomas Tanghus | 2013-09-30 | 1 | -8/+0 |
| | | | | | |||||
| | * | | | Merge branch 'enhance_request' of github.com:owncloud/core into enhance_request | Thomas Tanghus | 2013-09-30 | 0 | -0/+0 |
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/appframework/http/request.php tests/lib/appframework/http/RequestTest.php | ||||
| | | * | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-09-28 | 4 | -30/+281 |
| | | | | | | |||||
| | | * | | | Add interface docs to IRequest. | Thomas Tanghus | 2013-09-27 | 1 | -0/+22 |
| | | | | | | |||||
| | | * | | | Add patch method to OC_Route | Thomas Tanghus | 2013-09-27 | 1 | -0/+8 |
| | | | | | | |||||
| | | * | | | Check if accessor matched request method. | Thomas Tanghus | 2013-09-27 | 2 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | It's easier to find errors in the code if an exception is thrown. | ||||
| | * | | | | Remove JSON request parsing from Server | Thomas Tanghus | 2013-09-30 | 2 | -13/+1 |
| | | | | | | |||||
| | * | | | | Add assertions for ->params and array access with json | Thomas Tanghus | 2013-09-30 | 1 | -0/+2 |
| | | | | | | |||||
| | * | | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-09-30 | 4 | -30/+281 |
| | | | | | | |||||
| | * | | | | Add interface docs to IRequest. | Thomas Tanghus | 2013-09-30 | 1 | -0/+22 |
| | | | | | | |||||
| | * | | | | Add patch method to OC_Route | Thomas Tanghus | 2013-09-30 | 1 | -0/+8 |
| | | | | | | |||||
| | * | | | | Check if accessor matched request method. | Thomas Tanghus | 2013-09-30 | 2 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | It's easier to find errors in the code if an exception is thrown. | ||||
| * | | | | | Remove getContent() from IRequest | Thomas Tanghus | 2013-10-01 | 1 | -8/+0 |
| | | | | | | |||||
| * | | | | | Remove JSON request parsing from Server | Thomas Tanghus | 2013-10-01 | 2 | -13/+1 |
| | | | | | | |||||
| * | | | | | Add assertions for ->params and array access with json | Thomas Tanghus | 2013-10-01 | 1 | -0/+2 |
| | | | | | | |||||
| * | | | | | Implement PUT an PATCH support | Thomas Tanghus | 2013-10-01 | 4 | -30/+281 |
| | | | | | | |||||
| * | | | | | Add interface docs to IRequest. | Thomas Tanghus | 2013-10-01 | 1 | -0/+22 |
| | | | | | | |||||
| * | | | | | Add patch method to OC_Route | Thomas Tanghus | 2013-10-01 | 1 | -0/+8 |
| | | | | | | |||||
| * | | | | | Check if accessor matched request method. | Thomas Tanghus | 2013-10-01 | 2 | -0/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | It's easier to find errors in the code if an exception is thrown. | ||||
* | | | | | | increase version number to trigger db update | Bjoern Schiessle | 2013-10-04 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #4877 from owncloud/ocs_share_api | Björn Schießle | 2013-10-04 | 6 | -2/+1037 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | OCS Share API | ||||
| * | | | | | update tests | Bjoern Schiessle | 2013-10-04 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | use true/false instead of yes/no for publicUpload and subfiles parameter | Bjoern Schiessle | 2013-10-04 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | use always path as parameter to specify a file/folder | Bjoern Schiessle | 2013-10-04 | 1 | -3/+3 |
| | | | | | | |||||
| * | | | | | also return success if no shares are found. | Bjoern Schiessle | 2013-09-30 | 1 | -3/+4 |
| | | | | | | |||||
| * | | | | | add testUpdateShareUpload() | Bjoern Schiessle | 2013-09-30 | 1 | -3/+62 |
| | | | | | | |||||
| * | | | | | add getShareFromFolder() test | Bjoern Schiessle | 2013-09-30 | 1 | -0/+37 |
| | | | | | | |||||
| * | | | | | Make sure that testDeleteShare() has some shares to delete | Bjoern Schiessle | 2013-09-30 | 2 | -15/+39 |
| |\ \ \ \ \ | |||||
| | * | | | | | flipping arguments on assertEquals() - first argument contains the expected ↵ | Thomas Müller | 2013-09-29 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | value and second argument contains the value to be asserted | ||||
| | * | | | | | - adding unit test testGetShareFromUnknownId() | Thomas Müller | 2013-09-29 | 2 | -11/+23 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - fixing getShareFromId() for Oracle - fixing error message | ||||
| * | | | | | | add some comments | Bjoern Schiessle | 2013-09-27 | 1 | -2/+3 |
| |/ / / / / | |||||
| * | | | | | add test getShareFromId | Bjoern Schiessle | 2013-09-27 | 1 | -1/+36 |
| | | | | | |