Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -3/+3 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -5/+4 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -3/+9 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -1/+1 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -15/+15 |
| | |||||
* | Respect coding style | Thomas Müller | 2012-09-10 | 1 | -33/+33 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-10 | 19 | -51/+64 |
| | |||||
* | Provide update script for files sharing | Michael Gapczynski | 2012-09-09 | 3 | -13/+44 |
| | |||||
* | Disable link sharing for folders temporarily - next release | Michael Gapczynski | 2012-09-09 | 1 | -2/+4 |
| | |||||
* | Don't display actions for children in shared collections, show the parent ↵ | Michael Gapczynski | 2012-09-09 | 2 | -43/+67 |
| | | | | collection the child is shared in | ||||
* | Fix shared collection item searching | Michael Gapczynski | 2012-09-09 | 2 | -30/+39 |
| | |||||
* | Normalize the file path for shared children as a precaution | Michael Gapczynski | 2012-09-08 | 1 | -1/+2 |
| | |||||
* | Insert id for unique user group share rows | Michael Gapczynski | 2012-09-08 | 1 | -0/+1 |
| | |||||
* | Fix fetching shared children items, fixes problem with displaying owner of a ↵ | Michael Gapczynski | 2012-09-08 | 2 | -16/+35 |
| | | | | shared file inside a shared folder | ||||
* | move breadcrumb css to core so we can reuse it | Robin Appelman | 2012-09-09 | 2 | -3/+5 |
| | |||||
* | add breadcrumb controll to js | Robin Appelman | 2012-09-09 | 1 | -0/+43 |
| | |||||
* | Fix unsharing from self for group shares and add test for it | Michael Gapczynski | 2012-09-08 | 2 | -3/+25 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-09 | 43 | -187/+245 |
| | |||||
* | forgot a , | Robin Appelman | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | add js versions of basename and dirname | Robin Appelman | 2012-09-08 | 1 | -0/+6 |
| | |||||
* | don't use regular expresions for a simple string replace | Robin Appelman | 2012-09-08 | 1 | -1/+1 |
| | |||||
* | add OC_Image::fitIn | Robin Appelman | 2012-09-08 | 1 | -15/+23 |
| | |||||
* | Suppress error message which would send headers for hosted sited where ↵ | Thomas Tanghus | 2012-09-08 | 1 | -1/+1 |
| | | | | disk_free_space() has been disabled for security. | ||||
* | style fixes for public util api | Georg Ehrke | 2012-09-08 | 1 | -24/+9 |
| | |||||
* | style fixes for public user api | Georg Ehrke | 2012-09-08 | 1 | -25/+13 |
| | |||||
* | style fixes for public response api | Georg Ehrke | 2012-09-08 | 1 | -9/+1 |
| | |||||
* | style fixes for public json api | Georg Ehrke | 2012-09-08 | 1 | -2/+0 |
| | |||||
* | style fixes for public files api | Georg Ehrke | 2012-09-08 | 1 | -17/+6 |
| | |||||
* | style fixes for public db api | Georg Ehrke | 2012-09-08 | 1 | -9/+0 |
| | |||||
* | style fixes for public config api | Georg Ehrke | 2012-09-08 | 1 | -58/+45 |
| | |||||
* | style fixes for public app api | Georg Ehrke | 2012-09-08 | 1 | -97/+97 |
| | |||||
* | style fixes for public app api | Georg Ehrke | 2012-09-08 | 1 | -116/+105 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-08 | 107 | -1044/+2955 |
| | |||||
* | Move handling of core remotes to OC_TemplateLayout | Bart Visscher | 2012-09-07 | 5 | -24/+11 |
| | |||||
* | Prevent loading all apps twice from overwriting the core scripts and styles | Bart Visscher | 2012-09-07 | 1 | -1/+3 |
| | |||||
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 168 | -1834/+1834 |
| | |||||
* | Whitespace fixes | Bart Visscher | 2012-09-07 | 1 | -44/+44 |
| | |||||
* | EOL fixes | Bart Visscher | 2012-09-07 | 3 | -766/+764 |
| | | | | | | apps/files_external/lib/config.php apps/files_versions/lib/versions.php lib/connector/sabre/client.php | ||||
* | Whitespace fixes in lib | Bart Visscher | 2012-09-07 | 4 | -9/+9 |
| | |||||
* | Fix setEtagHeader function | Bart Visscher | 2012-09-07 | 1 | -1/+2 |
| | |||||
* | Change caching checks for minimized files | Bart Visscher | 2012-09-07 | 1 | -15/+12 |
| | | | | | | Only use a ETag, but include last modified time into this Also added the filesize to this. And used the ETag for the internal cache. | ||||
* | Global file cache should also be able to clear with prefix | Bart Visscher | 2012-09-07 | 1 | -2/+3 |
| | |||||
* | Remove core.{css,js} cache on upgrade | Bart Visscher | 2012-09-07 | 2 | -0/+7 |
| | |||||
* | Support for unshare from self, with a bunch of temporary fixes to overcome ↵ | Michael Gapczynski | 2012-09-07 | 6 | -8/+36 |
| | | | | configuration problems with file actions | ||||
* | Don't show the delete all action if delete permission is not granted | Michael Gapczynski | 2012-09-07 | 1 | -1/+6 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-09-07 | 52 | -331/+408 |
| | |||||
* | add check for zlib | Frank Karlitschek | 2012-09-07 | 1 | -0/+3 |
| | |||||
* | clear user filecache after the user mount configuration has changed | Robin Appelman | 2012-09-06 | 1 | -0/+7 |
| |