Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Little case fix | Brice Maron | 2012-11-17 | 1 | -1/+1 |
| | |||||
* | Add User agent when OC does a request | Brice Maron | 2012-11-17 | 1 | -1/+1 |
| | |||||
* | Merge pull request #375 from tdevos/master | Thomas Müller | 2012-11-17 | 2 | -11/+41 |
|\ | | | | | Use curl to get remote file content | ||||
| * | Remove parentheses in return, modify description, and fix a mistake | thomas | 2012-11-15 | 1 | -3/+3 |
| | | |||||
| * | change and transfert getUrlContent | thomas | 2012-11-14 | 2 | -21/+40 |
| | | |||||
| * | Add connection time out option | thomas | 2012-11-12 | 1 | -0/+1 |
| | | |||||
| * | Use curl to get remote file content | thomas | 2012-11-12 | 1 | -10/+20 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-17 | 5 | -5/+23 |
| | | |||||
* | | Merge pull request #454 from Raydiation/master | Thomas Müller | 2012-11-15 | 1 | -0/+1 |
|\ \ | | | | | | | Routing fixes | ||||
| * | | When using routing in apps, no apps are loaded in the left navigation tree. ↵ | Bernhard Posselt | 2012-11-15 | 1 | -0/+1 |
| | | | | | | | | | | | | To fix this: load apps for matching a request | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-16 | 18 | -7/+45 |
| | | | |||||
* | | | Merge pull request #433 from owncloud/user_setting_fixes | Thomas Müller | 2012-11-15 | 1 | -1/+4 |
|\ \ \ | |/ / |/| | | User setting fixes | ||||
| * | | Better place to check for user removal | Bart Visscher | 2012-11-15 | 1 | -1/+4 |
| | | | |||||
| * | | Better check and handing of user deletion | Bart Visscher | 2012-11-14 | 1 | -1/+1 |
| | | | |||||
| * | | Better check and handling of user creation | Bart Visscher | 2012-11-14 | 1 | -1/+1 |
| | | | |||||
* | | | really check if mod_deflate is loaded | Arthur Schiwon | 2012-11-15 | 1 | -1/+1 |
| | | | |||||
* | | | coding style | Arthur Schiwon | 2012-11-15 | 1 | -3/+3 |
| | | | |||||
* | | | Fix remote.php CSS+JS garbish on some systems | Arthur Schiwon | 2012-11-15 | 1 | -0/+6 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-15 | 44 | -44/+0 |
|/ / | |||||
* | | Merge pull request #271 from owncloud/239_webdav_999_files | Lukas Reschke | 2012-11-14 | 1 | -10/+16 |
|\ \ | | | | | | | fixes #239 - query the database in chunks of 200 | ||||
| * | | adding comments to explain what's going on here | Thomas Mueller | 2012-11-06 | 1 | -0/+4 |
| | | | |||||
| * | | fixes #329: query the database in chunks of 200 | Thomas Mueller | 2012-11-05 | 1 | -10/+12 |
| | | | |||||
* | | | fix translation issues with previous commit | Alessandro Cosentino | 2012-11-13 | 1 | -3/+3 |
| | | | |||||
* | | | uncomment hours entries in relative date functions | Alessandro Cosentino | 2012-11-13 | 1 | -2/+2 |
| | | | |||||
* | | | Bump version to trigger update. | Thomas Tanghus | 2012-11-13 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-12 | 3 | -56/+11 |
|\ \ \ | |||||
| * \ \ | Merge pull request #157 from owncloud/setup | Bart Visscher | 2012-11-12 | 2 | -54/+6 |
| |\ \ \ | | | | | | | | | | | Make lib/setup.php usable outside of install setup | ||||
| | * | | | DRY for creating htaccess to protect data-directory | Bart Visscher | 2012-10-30 | 2 | -3/+5 |
| | | | | | |||||
| | * | | | Separate control code from class definition | Bart Visscher | 2012-10-30 | 2 | -51/+1 |
| | | | | | |||||
| * | | | | Merge pull request #371 from butonic/sql_and_error_log_fixes | blizzz | 2012-11-12 | 1 | -2/+5 |
| |\ \ \ \ | | | | | | | | | | | | | add missing sql backticks, check sharing for error and add log | ||||
| | * | | | | add missing sql backticks, check sharing for error and add log | Jörn Friedrich Dreyer | 2012-11-12 | 1 | -2/+5 |
| | | | | | | |||||
* | | | | | | Change insertIfNotExist() for sqlite. Not fast, but more reliable than ↵ | Thomas Tanghus | 2012-11-12 | 1 | -12/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | previous attempt. | ||||
* | | | | | | Correct SQL syntax. | Thomas Tanghus | 2012-11-12 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-12 | 4 | -15/+51 |
|\| | | | | | |||||
| * | | | | | Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* | Thomas Tanghus | 2012-11-11 | 2 | -13/+9 |
| | | | | | | |||||
| * | | | | | Added CRUDS permissions to the OCP namespace. Implements issue #345 | Thomas Tanghus | 2012-11-11 | 2 | -2/+42 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' of github.com:owncloud/core into vcategories_db | Thomas Tanghus | 2012-11-11 | 11 | -54/+103 |
|\| | | | | | |||||
| * | | | | | Fixed new checkstyle issues in util.php from build #1341. | Diederik de Haas | 2012-11-10 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Fixed new checkstyle issues in migrate.php from build #1341. | Diederik de Haas | 2012-11-10 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-10 | 1 | -1/+24 |
| | | | | | | |||||
| * | | | | | Merge pull request #340 from butonic/fix_quota_zero_cornercase | Thomas Müller | 2012-11-09 | 1 | -8/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | fix quota off by one error | ||||
| | * | | | | | fix quota off by one error | Jörn Friedrich Dreyer | 2012-11-09 | 1 | -8/+8 |
| | |/ / / / | |||||
| * / / / / | Fix WebDAV (and Android Client) not being able to authorize on Debian ↵ | Stefan Seidel | 2012-11-09 | 2 | -1/+13 |
| |/ / / / | | | | | | | | | | | | | | | | Squeeze + mod_fcgid installs. | ||||
| * | | | | Merge pull request #330 from owncloud/check_connection | Thomas Müller | 2012-11-09 | 1 | -0/+27 |
| |\ \ \ \ | | | | | | | | | | | | | add a check and a warning if the ownCloud server is not able to establis... | ||||
| | * | | | | add a check and a warning if the ownClodu server is not able to establish ↵ | Frank Karlitschek | 2012-11-08 | 1 | -0/+27 |
| | | |_|/ | | |/| | | | | | | | | | | | | http connections to the internet. The reason is that users complained that external filesystem support, the update checker, downloading of new apps or the nowledgebase don´t work and don´t know why. | ||||
| * / | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2012-11-09 | 1 | -0/+1 |
| |/ / / | |||||
| * | | | Migration: Allow for no app data cases; handle file copying better | Tom Needham | 2012-11-08 | 1 | -7/+5 |
| | | | | |||||
| * | | | Migration: On import of user accounts only import folders in home dir, use ↵ | Tom Needham | 2012-11-08 | 2 | -35/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OC_Helper::copyr Check files when copying recursivley Remove obsolete method Dont count '.' and '..' as directories when importing. | ||||
| * | | | normalize filepaths in OC_Files::getFileInfo | Robin Appelman | 2012-11-07 | 1 | -0/+1 |
| | | | | |||||
| * | | | check if $path is a empty string | Björn Schießle | 2012-11-07 | 1 | -1/+1 |
| | | | |