Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1059 from owncloud/fixing-998-master | Thomas Müller | 2013-01-26 | 1 | -0/+19 |
|\ | |||||
| * | Merge branch 'master' into fixing-998-master | Thomas Mueller | 2013-01-18 | 1 | -27/+28 |
| |\ | |||||
| * \ | Merge branch 'master' into fixing-998-master | Thomas Mueller | 2013-01-06 | 1 | -18/+43 |
| |\ \ | |||||
| * | | | moving storage calculation code to OC_Helper::getStorageInfo() | Thomas Mueller | 2013-01-02 | 1 | -0/+19 |
* | | | | Also replace the backslash with a minus | Lukas Reschke | 2013-01-19 | 1 | -1/+2 |
| |_|/ |/| | | |||||
* | | | Merge pull request #986 from owncloud/fixing-784-master | Thomas Müller | 2013-01-18 | 1 | -2/+19 |
|\ \ \ | |||||
| * | | | fixing indent | Thomas Mueller | 2013-01-18 | 1 | -16/+16 |
| * | | | Merge branch 'master' into fixing-784-master | Thomas Mueller | 2013-01-06 | 1 | -18/+43 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | the maximum upload size is now part of the response of the upload and delete ... | Thomas Müller | 2012-12-20 | 1 | -0/+17 |
| | |/ | |/| | |||||
* | | | Whitespace cleanup | Bart Visscher | 2013-01-16 | 1 | -1/+1 |
* | | | handling proper display of files/folders with negative size | Thomas Mueller | 2013-01-14 | 1 | -0/+4 |
* | | | Check for string position instead of string existence | Lukas Reschke | 2013-01-14 | 1 | -1/+1 |
* | | | Commentblocks should begin with two * | Lukas Reschke | 2013-01-13 | 1 | -1/+1 |
* | | | Add @brief to description | Lukas Reschke | 2013-01-13 | 1 | -1/+1 |
* | | | Simplify the isSubDirectory() function | Lukas Reschke | 2013-01-13 | 1 | -22/+2 |
| |/ |/| | |||||
* | | OC_Helper::is_function_enabled() added to find out if a function is available | Thomas Mueller | 2013-01-04 | 1 | -18/+43 |
|/ | |||||
* | Fix "No space found after comma in function call" | Bart Visscher | 2012-12-15 | 1 | -1/+1 |
* | implement share via link token | Jörn Friedrich Dreyer | 2012-11-20 | 1 | -1/+0 |
* | Merge pull request #280 from butonic/feature_bmp_support | Frank Karlitschek | 2012-11-19 | 1 | -0/+16 |
|\ | |||||
| * | add php-doc for ellipsis | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -2/+8 |
| * | move code to better places | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -0/+10 |
* | | Fixed style according to owncloud styleguide | Valerio Ponte | 2012-11-14 | 1 | -1/+2 |
* | | Moved X-Sendfile headers into OC_Files::get | Valerio Ponte | 2012-11-14 | 1 | -0/+30 |
|/ | |||||
* | Migration: On import of user accounts only import folders in home dir, use OC... | Tom Needham | 2012-11-08 | 1 | -1/+1 |
* | Checkstyle fixes for SpaceBeforeOpenBrace | Felix Moeller | 2012-11-04 | 1 | -4/+4 |
* | Checkstyle: many fixes | Felix Moeller | 2012-11-02 | 1 | -2/+2 |
* | NoSpaceAfterComma | Felix Moeller | 2012-10-28 | 1 | -10/+10 |
* | Merge branch 'routing' | Bart Visscher | 2012-10-27 | 1 | -2/+16 |
|\ | |||||
| * | Merge branch 'master' into routing | Bart Visscher | 2012-10-17 | 1 | -3/+17 |
| |\ | |||||
| * \ | Merge branch 'master' into routing | Bart Visscher | 2012-09-28 | 1 | -76/+78 |
| |\ \ | |||||
| * | | | Add linkToRoute functionality | Bart Visscher | 2012-09-12 | 1 | -0/+14 |
| * | | | Merge branch 'master' into routing | Bart Visscher | 2012-09-07 | 1 | -58/+64 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into routing | Bart Visscher | 2012-08-30 | 1 | -0/+11 |
| |\ \ \ \ | |||||
| * | | | | | Routing: And start using them from php | Bart Visscher | 2012-08-12 | 1 | -2/+2 |
* | | | | | | Fix mimetype detection with the 'file' utility | Victor Dubiniuk | 2012-10-26 | 1 | -9/+4 |
* | | | | | | Checkstyle: NoSpaceAfterComma | Felix Moeller | 2012-10-23 | 1 | -5/+5 |
* | | | | | | More Checkstyle cleanup | Felix Moeller | 2012-10-23 | 1 | -5/+5 |
* | | | | | | Correct a first issue Checkstyle is complaining about ... | Felix Moeller | 2012-10-22 | 1 | -2/+2 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | core.js and core.css don't need to be absolute | Bart Visscher | 2012-10-17 | 1 | -1/+12 |
* | | | | | fixed offset calculation (bug #1961) | Björn Schießle | 2012-10-11 | 1 | -1/+1 |
* | | | | | fix mimetype detection using the 'file' command in some edge cases | Robin Appelman | 2012-09-30 | 1 | -0/+1 |
* | | | | | Do urlencoding in linkTo functions | Bart Visscher | 2012-09-28 | 1 | -1/+3 |
| |_|_|/ |/| | | | |||||
* | | | | fix some more phpdoc | Robin Appelman | 2012-09-23 | 1 | -73/+72 |
* | | | | don't interpret strpos '0' as 'false' in while loop | Björn Schießle | 2012-09-18 | 1 | -1/+1 |
* | | | | add leading '?' to parameter list (fixes bug #1732) | Björn Schießle | 2012-09-17 | 1 | -2/+5 |
| |_|/ |/| | | |||||
* | | | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -56/+56 |
* | | | Add args parameter to linkTo(Absolute) function, to append the args automaticly | Bart Visscher | 2012-09-03 | 1 | -3/+9 |
| |/ |/| | |||||
* | | Initial previewer for public links | Michael Gapczynski | 2012-08-27 | 1 | -0/+11 |
|/ | |||||
* | Move serverHost and serverProtocol functions to OC_Request | Bart Visscher | 2012-08-07 | 1 | -47/+1 |
* | Added function to make url absolute | Bart Visscher | 2012-08-07 | 1 | -2/+13 |