Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | automatically scan files when needed | Robin Appelman | 2012-10-21 | 2 | -225/+265 |
| | |||||
* | postpone the cost of setting up some of the external storage backends untill ↵ | Robin Appelman | 2012-10-21 | 6 | -8/+81 |
| | | | | we actually need it | ||||
* | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-21 | 34 | -182/+305 |
|\ | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-21 | 33 | -179/+303 |
| | | |||||
| * | Check for file exists before loading app version file | Bart Visscher | 2012-10-20 | 1 | -3/+2 |
| | | |||||
* | | use OC_Files::getFileInfo and OC_Files::getDirectoryContent as high level ↵ | Robin Appelman | 2012-10-21 | 4 | -71/+204 |
| | | | | | | | | | | | | api for the filecache most apps would want to use this api instead of using the cache directly | ||||
* | | remove chroot from filesystem api | Robin Appelman | 2012-10-21 | 2 | -21/+0 |
| | | |||||
* | | add getCache and getScanner to storage api in order to allow storage ↵ | Robin Appelman | 2012-10-21 | 2 | -72/+48 |
| | | | | | | | | backends to overwride caching behaviour | ||||
* | | some namespaces fixed for the shared backend | Robin Appelman | 2012-10-21 | 1 | -18/+7 |
| | | |||||
* | | drop depricated is_readable and is_writable | Robin Appelman | 2012-10-21 | 4 | -36/+1 |
| | | |||||
* | | drop filectime from the filesystem api's | Robin Appelman | 2012-10-20 | 13 | -55/+1 |
| | | |||||
* | | Merge branch 'master' into filesystem | Robin Appelman | 2012-10-20 | 178 | -2434/+2821 |
|\| | |||||
| * | Fix font family for textarea | Michael Gapczynski | 2012-10-20 | 1 | -1/+1 |
| | | |||||
| * | Apply textbox CSS rules to textarea as well | Michael Gapczynski | 2012-10-20 | 1 | -2/+3 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-20 | 92 | -524/+775 |
| | | |||||
| * | Filter added to get all files into coderage report | Thomas Müller | 2012-10-19 | 1 | -0/+7 |
| | | |||||
| * | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-19 | 129 | -1995/+2122 |
| | | |||||
| * | cleanup report folder | Thomas Mueller | 2012-10-18 | 1 | -3/+3 |
| | | |||||
| * | adding coverage html | Thomas Mueller | 2012-10-18 | 1 | -3/+4 |
| | | |||||
* | | merge master into filesystem | Robin Appelman | 2012-10-18 | 232 | -4816/+3833 |
|\| | |||||
| * | Fixing typo | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | | |||||
| * | Fixing expectation - comma was stupid anyhow | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | | |||||
| * | Removing strange character | Thomas Müller | 2012-10-18 | 1 | -1/+1 |
| | | |||||
| * | unset UserID after Update | Arthur Schiwon | 2012-10-18 | 1 | -0/+1 |
| | | |||||
| * | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -6/+6 |
| | | |||||
| * | Expectation should be first parameter | Lukas Reschke | 2012-10-18 | 1 | -2/+2 |
| | | |||||
| * | check if mount point was already loaded to avoid redundant read operations | Björn Schießle | 2012-10-18 | 1 | -1/+8 |
| | | |||||
| * | typo from previous commit fixed | Björn Schießle | 2012-10-18 | 1 | -1/+1 |
| | | |||||
| * | load system wide configured mount points before accessing shared files | Björn Schießle | 2012-10-18 | 2 | -48/+57 |
| | | |||||
| * | check for mount points if file was shared from a different user | Björn Schießle | 2012-10-18 | 2 | -15/+28 |
| | | |||||
| * | Merge pull request #39 from scambra/date-l10n-fixes | Thomas Müller | 2012-10-18 | 6 | -14/+26 |
| |\ | | | | | | | Date l10n fixes | ||||
| | * | don't duplicate locales with country code | scambra | 2012-10-16 | 1 | -2/+3 |
| | | | |||||
| | * | Translate modification date when file is created/uploaded, use same strings ↵ | scambra | 2012-10-16 | 1 | -5/+4 |
| | | | | | | | | | | | | as lib/template.php | ||||
| | * | Use strftime to format date with translated month names | scambra | 2012-10-16 | 5 | -9/+21 |
| | | | |||||
| * | | fix oc-605 | Jörn Friedrich Dreyer | 2012-10-18 | 2 | -9/+11 |
| | | | |||||
| * | | when using oracle use LOWER() to make searching files case insensitive | Jörn Friedrich Dreyer | 2012-10-18 | 1 | -2/+8 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-18 | 220 | -4759/+3746 |
| | | | |||||
| * | | Merge pull request #37 from scambra/js-interpolation-l10n | Thomas Müller | 2012-10-17 | 3 | -17/+17 |
| |\ \ | | | | | | | | | use interpolation for some translations in js | ||||
| | * | | use interpolation for some translations in js | scambra | 2012-10-16 | 3 | -17/+17 |
| | |/ | |||||
* | | | merge master into filesystem | Robin Appelman | 2012-10-17 | 999 | -138006/+14096 |
|\| | | |||||
| * | | core.js and core.css don't need to be absolute | Bart Visscher | 2012-10-17 | 2 | -3/+14 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-17 | 9 | -9/+9 |
| | | | |||||
| * | | From now on we support two german translation: formal and personal | Thomas Mueller | 2012-10-16 | 1 | -1/+2 |
| | | | |||||
| * | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-10-16 | 77 | -551/+2719 |
| | | | |||||
| * | | remove apps translations - they live in owncloud/apps now | Thomas Mueller | 2012-10-16 | 770 | -133244/+0 |
| | | | |||||
| * | | Fix unshareAll() | Michael Gapczynski | 2012-10-16 | 1 | -2/+4 |
| | | | |||||
| * | | Delete user files in /data/ after deleting a user | Lukas Reschke | 2012-10-16 | 1 | -0/+4 |
| | | | |||||
| * | | Add unshareAll() function to Share API | Michael Gapczynski | 2012-10-16 | 1 | -0/+14 |
| | | | |||||
| * | | Merge pull request #36 from scambra/filecache-fixes | icewind1991 | 2012-10-16 | 2 | -1/+10 |
| |\ \ | | | | | | | | | delete fscache on deleting user | ||||
| | * | | delete fscache on deleting user | scambra | 2012-10-16 | 2 | -1/+10 |
| | |/ |