Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4262 from owncloud/fix_jslint_kondou | Christopher | 2013-08-20 | 19 | -64/+82 |
|\ | |||||
| * | Merge branch 'master' into fix_jslint_kondou | kondou | 2013-08-18 | 1499 | -15173/+20708 |
| |\ | |||||
| * | | Fix a syntax error & have if-conds in an own line | kondou | 2013-08-01 | 5 | -11/+31 |
| * | | Fix some JSLint warnings | kondou | 2013-07-31 | 19 | -71/+71 |
* | | | Merge pull request #4447 from owncloud/fix_4351_master | Morris Jobke | 2013-08-20 | 4 | -22/+29 |
|\ \ \ | |||||
| * | | | Break long lines into smaller ones. | Owen Winkler | 2013-08-18 | 1 | -3/+10 |
| * | | | Use JSON to send/receive group data. | Owen Winkler | 2013-08-15 | 4 | -22/+22 |
* | | | | Merge pull request #4512 from owncloud/readdir-strict-equals | Thomas Müller | 2013-08-20 | 14 | -19/+19 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'master' into readdir-strict-equals | Georg Ehrke | 2013-08-19 | 19 | -149/+456 |
| |\ \ \ \ | |||||
| * | | | | | use strict equals in readdir loops to prevent issues with '0' files | Robin Appelman | 2013-08-19 | 14 | -19/+19 |
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-08-19 | 686 | -13104/+12471 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge pull request #4510 from owncloud/f_e_webdav_urlencoding | Thomas Müller | 2013-08-19 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | replace ' ' with '%20' in urls for curl | Jörn Friedrich Dreyer | 2013-08-19 | 1 | -2/+2 |
| |/ / / / | |||||
* | | | | | Merge pull request #4467 from owncloud/storage-wrapper-quota | icewind1991 | 2013-08-19 | 19 | -147/+454 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | merge master in storage-wrapper-quota | Robin Appelman | 2013-08-18 | 1675 | -33543/+39887 |
| |\ \ \ \ | | | |_|/ | | |/| | | |||||
| * | | | | remove outdated quota proxy | Robin Appelman | 2013-08-16 | 1 | -114/+0 |
| * | | | | fix quota wrapper reporting negative free_space, breaking user interface | Robin Appelman | 2013-08-16 | 1 | -1/+1 |
| * | | | | use renamed constants | Robin Appelman | 2013-07-25 | 4 | -5/+5 |
| * | | | | use storage wrapper for quota instead of a filesystem proxy | Robin Appelman | 2013-07-25 | 1 | -2/+22 |
| * | | | | add conveince function to wrap all storages | Robin Appelman | 2013-07-25 | 1 | -0/+12 |
| * | | | | use renamed constants | Robin Appelman | 2013-07-25 | 1 | -2/+2 |
| * | | | | add option to wrap existing mounts | Robin Appelman | 2013-07-25 | 2 | -0/+14 |
| * | | | | fix getPermissionsCache for storage wrapper | Robin Appelman | 2013-07-25 | 1 | -1/+1 |
| * | | | | add quota storage wrapper | Robin Appelman | 2013-07-25 | 2 | -0/+165 |
| * | | | | move storage wrapper test to new namespace | Robin Appelman | 2013-07-25 | 1 | -2/+2 |
| * | | | | add quota streamwrapper that limits the amount of data that can be written to... | Robin Appelman | 2013-07-25 | 3 | -16/+225 |
| * | | | | rename constants | Robin Appelman | 2013-07-25 | 3 | -4/+5 |
* | | | | | Merge pull request #4509 from owncloud/add-odf-templates-master | Morris Jobke | 2013-08-19 | 4 | -1/+3 |
|\ \ \ \ \ | |||||
| * | | | | | adding file templates for ods, odt and odp | Thomas Müller | 2013-08-18 | 4 | -1/+3 |
|/ / / / / | |||||
* | | | | | Merge pull request #4239 from owncloud/decrypt_files_again | Björn Schießle | 2013-08-18 | 23 | -123/+565 |
|\ \ \ \ \ | |||||
| * | | | | | revert changes to 3rdparty submodule reference | Bjoern Schiessle | 2013-08-18 | 1 | -0/+0 |
| * | | | | | don't change the etags if a file gets encrypted/decrypted to avoid that the s... | Bjoern Schiessle | 2013-08-18 | 1 | -24/+32 |
| * | | | | | Merge branch 'master' into decrypt_files_again | Bjoern Schiessle | 2013-08-17 | 1514 | -17058/+24960 |
| |\ \ \ \ \ | |||||
| * | | | | | | remove whitespaces and some leftover code from testing | Bjoern Schiessle | 2013-08-15 | 2 | -2/+2 |
| * | | | | | | throw exception if encryption was disabled but files are still encrypted to p... | Bjoern Schiessle | 2013-08-14 | 1 | -1/+11 |
| * | | | | | | check if some encrypted files are left after the app was disabled and warn th... | Bjoern Schiessle | 2013-08-12 | 6 | -7/+42 |
| * | | | | | | preserve mtime if file gets encrypted/decrypted | Bjoern Schiessle | 2013-08-12 | 1 | -1/+13 |
| * | | | | | | fix array declaration | Bjoern Schiessle | 2013-08-12 | 1 | -1/+1 |
| * | | | | | | don't know why it works locally but not on the build server... let's keep it ... | Bjoern Schiessle | 2013-07-31 | 1 | -0/+3 |
| * | | | | | | use OC\Files\View to read encrypted file, so that it also works with external... | Bjoern Schiessle | 2013-07-31 | 1 | -4/+7 |
| * | | | | | | this hopefully fixes testRecoveryForUser(), works locally | Bjoern Schiessle | 2013-07-31 | 1 | -7/+10 |
| * | | | | | | this test works locally, let's see what out build server says... | Bjoern Schiessle | 2013-07-31 | 1 | -3/+0 |
| * | | | | | | fix searchUsers() call in group.php | Bjoern Schiessle | 2013-07-31 | 1 | -1/+1 |
| * | | | | | | fixing some unit tests | Bjoern Schiessle | 2013-07-30 | 2 | -6/+6 |
| * | | | | | | we need to use the path relative to data/ | Bjoern Schiessle | 2013-07-30 | 1 | -4/+1 |
| * | | | | | | handle error if we can't handle the given path | Bjoern Schiessle | 2013-07-30 | 2 | -2/+7 |
| * | | | | | | remove unused method, the right one is in util.php | Bjoern Schiessle | 2013-07-30 | 1 | -4/+0 |
| * | | | | | | adapt unit tests to the modified stream wrapper | Bjoern Schiessle | 2013-07-30 | 5 | -35/+35 |
| * | | | | | | only show decrypt all files option if encrypted files are available | Bjoern Schiessle | 2013-07-30 | 1 | -2/+1 |
| * | | | | | | encrypt/decrypt file versions | Bjoern Schiessle | 2013-07-30 | 1 | -3/+124 |