Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | Merge pull request #5768 from owncloud/quota-workaroundwhenmissingrootsize-ho... | Morris Jobke | 2013-11-13 | 8 | -25/+303 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Now using HomeStorage for legacy home storage ids | Vincent Petry | 2013-11-12 | 4 | -6/+115 | |
| | * | | | | | | | | | Now calling parent method when path is not root | Vincent Petry | 2013-11-12 | 1 | -16/+8 | |
| | * | | | | | | | | | Do not use -1 as the size for the root folder of the home storage | Robin Appelman | 2013-11-12 | 5 | -19/+196 | |
| | | |_|_|_|/ / / / | | |/| | | | | | | | ||||||
| * | | | | | | | | | Merge pull request #5831 from owncloud/files-charatissue | Morris Jobke | 2013-11-13 | 1 | -3/+3 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | Fixed total dirs/files message hiding condition | Vincent Petry | 2013-11-13 | 1 | -3/+3 | |
| | | |_|_|/ / / / / | | |/| | | | | | | | ||||||
* | / | | | | | | | | beta 4 | Frank Karlitschek | 2013-11-13 | 1 | -2/+2 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #5447 from owncloud/fixing-5117-master | Vincent Petry | 2013-11-13 | 7 | -75/+132 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | rename fixPartialFilePath() to stripPartialFileExtension(), this name describ... | Bjoern Schiessle | 2013-11-12 | 4 | -12/+12 | |
| * | | | | | | | | missed some replacements... now tests should work | Bjoern Schiessle | 2013-11-12 | 1 | -13/+6 | |
| * | | | | | | | | fixing tests for the new part file handling | Bjoern Schiessle | 2013-11-12 | 5 | -42/+86 | |
| * | | | | | | | | let encryption app detect transfer id in path and handle it correctly | Bjoern Schiessle | 2013-11-11 | 3 | -36/+34 | |
| * | | | | | | | | make it possible to detect transferID part | Bjoern Schiessle | 2013-11-11 | 1 | -1/+1 | |
| * | | | | | | | | adding oc-mtime handling to chunked upload | Thomas Müller | 2013-10-21 | 1 | -0/+9 | |
| * | | | | | | | | chunked files are assembled into a part file on the target storage followed b... | Thomas Müller | 2013-10-21 | 1 | -3/+16 | |
* | | | | | | | | | Merge pull request #5822 from owncloud/delete_hooks_trash_and_versions | Morris Jobke | 2013-11-12 | 3 | -0/+6 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | add trash bin and file versions delete hooks in OC::registerPreviewHooks | Georg Ehrke | 2013-11-12 | 1 | -0/+2 | |
| * | | | | | | | | implement delete hooks in file versions lib | Georg Ehrke | 2013-11-12 | 1 | -0/+3 | |
| * | | | | | | | | replace $path with '/files_trashbin/files/' . $file | Georg Ehrke | 2013-11-12 | 1 | -1/+1 | |
| * | | | | | | | | add delete hook for trash bin app | Georg Ehrke | 2013-11-12 | 1 | -0/+1 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #5810 from owncloud/disbaledtextareas | Morris Jobke | 2013-11-12 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | new line for css rule | Morris Jobke | 2013-11-12 | 1 | -1/+2 | |
| * | | | | | | | | Disabled textareas should look like they are disabled | Arthur Schiwon | 2013-11-11 | 1 | -1/+1 | |
* | | | | | | | | | Merge pull request #5816 from Wikinaut/patch-1 | Thomas Müller | 2013-11-12 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Update config.sample.php | Wikinaut | 2013-11-12 | 1 | -1/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #5804 from owncloud/files-selectionsummary | Morris Jobke | 2013-11-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Selection summary is now displayed properly | Vincent Petry | 2013-11-11 | 1 | -1/+1 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #5707 from owncloud/fixwrongfilesizeintests | Morris Jobke | 2013-11-11 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fixed filesize issue in watchr test | Vincent Petry | 2013-11-05 | 1 | -0/+3 | |
* | | | | | | | | Merge pull request #5769 from owncloud/files-changedirjsevent | Morris Jobke | 2013-11-11 | 1 | -0/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Added JS event for when the user changes the directory | Vincent Petry | 2013-11-08 | 1 | -0/+6 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #5701 from owncloud/sharing-updateownerfoldersizes | Morris Jobke | 2013-11-11 | 6 | -114/+341 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fixed unit tests for files sharing watcher | Vincent Petry | 2013-11-06 | 2 | -3/+3 | |
| * | | | | | | | | Added unit tests for shared files watcher | Vincent Petry | 2013-11-05 | 4 | -108/+317 | |
| * | | | | | | | | Removed unused method | Vincent Petry | 2013-11-05 | 1 | -18/+0 | |
| * | | | | | | | | Fixed watcher to also update the owner's folder sizes | Vincent Petry | 2013-11-05 | 3 | -7/+43 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-11 | 439 | -3661/+3757 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #5687 from owncloud/fixing-5659-master | Thomas Müller | 2013-11-09 | 1 | -8/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | display the exception instead of meaningless message | Thomas Müller | 2013-11-04 | 1 | -8/+3 | |
* | | | | | | | | Merge pull request #5759 from owncloud/fixing-5757-master | Thomas Müller | 2013-11-09 | 1 | -2/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | implementing solution using <ifModule mod_authz_core> | Thomas Müller | 2013-11-08 | 1 | -4/+8 | |
| * | | | | | | | | adding proper htaccess commands for Apache 2.4 | Thomas Müller | 2013-11-08 | 1 | -2/+9 | |
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-11-09 | 145 | -361/+3976 | |
* | | | | | | | | | Merge pull request #5763 from owncloud/fixing-sharing-ocs-api-master | Thomas Müller | 2013-11-08 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
| * | | | | | | | | the filesystem has to be initialized once we know the user | Thomas Müller | 2013-11-08 | 1 | -0/+8 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge pull request #5762 from owncloud/files-uploaderrordelay | Jan-Christoph Borchardt | 2013-11-08 | 1 | -6/+5 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Increased upload error delay to 10 seconds | Vincent Petry | 2013-11-08 | 1 | -6/+5 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #5747 from owncloud/scanner-post-hooks | Morris Jobke | 2013-11-07 | 1 | -0/+5 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Add post hooks for filesystem scanner | Robin Appelman | 2013-11-07 | 1 | -0/+5 | |
* | | | | | | | Now removing stray old cookies from 5.0.12 | Vincent Petry | 2013-11-07 | 1 | -0/+5 | |
|/ / / / / / |