summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-02-28237-3712/+2627
| |_|_|_|/ / / / / |/| | | | | | | |
| | | | | | * | | [Files] Use p() instead of echoLukas Reschke2013-02-271-2/+1
| | | | | | * | | Merge masterLukas Reschke2013-02-275-8/+36
| | | | | | |\ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #1972 from owncloud/raw-pathinfoBernhard Posselt2013-02-272-2/+15
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Use the plain urlencoded path info for the routing matchingBart Visscher2013-02-272-2/+15
* | | | | | | | | | Merge pull request #1945 from owncloud/sqlite-query-cacheBernhard Posselt2013-02-271-1/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Disable query cache for SqliteBart Visscher2013-02-271-1/+4
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #1944 from owncloud/query-caching-upgradeBernhard Posselt2013-02-272-3/+15
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Disable prepared query caching while doing an upgradeRobin Appelman2013-02-262-3/+15
* | | | | | | | | | | Merge pull request #1969 from j-ed/mastericewind19912013-02-271-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / |/| | | | | | | | / / | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Update apps/files/templates/part.list.phpj-ed2013-02-271-2/+2
|/ / / / / / / / /
| | | | | | | * | Remove uneeded OAuth filesLukas Reschke2013-02-272-121/+0
| | | | | | | * | Typo...Lukas Reschke2013-02-271-1/+1
| | | | | | | * | Add a missing )Lukas Reschke2013-02-271-1/+1
| | | | | | | * | [core] From echo to pLukas Reschke2013-02-2723-302/+302
| | | | | | | * | Remove uneeded fileLukas Reschke2013-02-271-32/+0
| | | | | | | * | [user_webdavauth] From echo to pLukas Reschke2013-02-271-4/+4
| | | | | | | * | [user_ldap] From echo to pLukas Reschke2013-02-272-55/+55
| | | | | | | * | [files_versions] From echo to pLukas Reschke2013-02-271-11/+11
| | | | | | | * | [files_trashbin] From echo to pLukas Reschke2013-02-273-41/+41
| | | | | | | * | [files] Unescape file sizeLukas Reschke2013-02-271-1/+1
| | | | | | | * | [files_sharing] From echo to pLukas Reschke2013-02-273-32/+31
| | | | | | | * | [files_external] From echo to pLukas Reschke2013-02-273-58/+58
| | | | | | | * | [files_encryption] Use p() instead of echo()Lukas Reschke2013-02-272-8/+8
| | | | | | | * | [Files] Use htmlspecialchars()Lukas Reschke2013-02-271-2/+2
| | | | | | | * | [Files] Use p() instead of echoLukas Reschke2013-02-276-83/+83
| | | | | | | * | Remove the template autoescapingLukas Reschke2013-02-271-3/+1
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge pull request #1031 from owncloud/external_storage_ui_feedbackMichael Gapczynski2013-02-2717-182/+397
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix Dropbox and Google uiMichael Gapczynski2013-02-252-11/+11
| * | | | | | | | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-25536-4787/+9431
| |\ \ \ \ \ \ \ \
| * | | | | | | | | attach on() events to external storage table, dom events in the table will al...Jörn Friedrich Dreyer2013-02-201-3/+3
| * | | | | | | | | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-19593-9922/+11746
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | fixing issues with UTF8 characters in translatable stringsThomas Mueller2013-02-132-7/+2
| * | | | | | | | | | adding spinner while talking to the backendThomas Mueller2013-02-122-2/+7
| * | | | | | | | | | Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-12313-3631/+15858
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | fixing namespaceThomas Mueller2013-02-122-3/+3
| * | | | | | | | | | | Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-12131-627/+957
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | fixing namespaceThomas Mueller2013-02-122-3/+3
| * | | | | | | | | | | | Replace another mount point placeholderMichael Gapczynski2013-02-111-1/+1
| * | | | | | | | | | | | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111552-42741/+125927
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Change wordingsMichael Gapczynski2013-02-111-3/+3
| * | | | | | | | | | | | | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-01-09585-9876/+18963
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Set status to waiting for Dropbox and Google Drive while authenticatingMichael Gapczynski2013-01-092-0/+6
| * | | | | | | | | | | | | | Remove accidentally included fileMichael Gapczynski2013-01-021-5/+0
| * | | | | | | | | | | | | | Listen to checkbox changes as wellMichael Gapczynski2013-01-021-0/+4
| * | | | | | | | | | | | | | Fix 'Grant Access' button for multiple Google Drive mount points and prevent ...Michael Gapczynski2013-01-023-11/+25
| * | | | | | | | | | | | | | Turn off async for saving mount points, improve input detection for Google an...Michael Gapczynski2013-01-013-71/+123
| * | | | | | | | | | | | | | Fix problems with chosen multiselectMichael Gapczynski2012-12-281-15/+31
| * | | | | | | | | | | | | | Fix some of the default mount points creating sub folders i.e. SMB / CIFS, ow...Michael Gapczynski2012-12-281-1/+6
| * | | | | | | | | | | | | | Move storage backend tests from constructor to test functionMichael Gapczynski2012-12-289-26/+26