Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make abstract Middleware class public | Thomas Tanghus | 2013-10-05 | 5 | -10/+10 |
* | Merge pull request #5131 from owncloud/fix-5130 | VicDeo | 2013-10-05 | 2 | -2/+2 |
|\ | |||||
| * | Allow "Finishing..." button on setup page to be translated. | ringmaster | 2013-10-04 | 2 | -2/+2 |
* | | Merge pull request #5140 from owncloud/settings-beautify | Frank Karlitschek | 2013-10-05 | 6 | -28/+34 |
|\ \ | |||||
| * | | more elegant style for Personal and Admin settings | Jan-Christoph Borchardt | 2013-10-05 | 6 | -28/+34 |
* | | | Merge pull request #5125 from owncloud/fixing-5122-master | Frank Karlitschek | 2013-10-05 | 2 | -9/+19 |
|\ \ \ | |||||
| * | | | upload abortion detection only for PUT | Thomas Müller | 2013-10-04 | 2 | -9/+19 |
* | | | | Merge pull request #5123 from owncloud/cache_mimetypes | Frank Karlitschek | 2013-10-05 | 1 | -21/+26 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | Check result only once | Victor Dubiniuk | 2013-10-04 | 1 | -3/+5 |
| * | | | Make mimetypes static. Jenkis will be happy | Victor Dubiniuk | 2013-10-04 | 1 | -11/+11 |
| * | | | Load all mimetypes in one go | Victor Dubiniuk | 2013-10-04 | 1 | -17/+20 |
* | | | | Merge pull request #5136 from owncloud/design-fixes | Morris Jobke | 2013-10-04 | 9 | -5/+40 |
|\ \ \ \ | |||||
| * | | | | 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 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | remove specific border-radius for .primary button as it should be specific to... | Jan-Christoph Borchardt | 2013-10-04 | 1 | -1/+3 |
| * | | | | 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 text-shado... | Jan-Christoph Borchardt | 2013-10-03 | 3 | -63/+57 |
* | | | | | Merge pull request #5068 from owncloud/improved_request | Bart Visscher | 2013-10-04 | 6 | -47/+351 |
|\ \ \ \ \ | |||||
| * | | | | | 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 |
| * | | | | | 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 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | 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 |
| | * | | | | | | 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 |
| * | | | | | | | 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 |
* | | | | | | | | 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 |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | |||||
| * | | | | | | update tests | Bjoern Schiessle | 2013-10-04 | 1 | -3/+3 |