summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | fixes #2679OpenLarry2013-04-091-2/+2
* | | | | Merge pull request #2754 from owncloud/cookie-pathBernhard Posselt2013-04-092-4/+7
|\ \ \ \ \
| * | | | | Juse send the cookies in the ownCloud directoryLukas Reschke2013-04-062-4/+7
| | |_|/ / | |/| | |
* | | | | Merge pull request #2799 from owncloud/add-mimetype-filter-to-getdirectorycon...Bernhard Posselt2013-04-092-2/+4
|\ \ \ \ \
| * | | | | Add mimetype filter to getDirectoryContent functionBart Visscher2013-04-082-2/+4
* | | | | | Merge pull request #2797 from owncloud/fixing-2792-masterBjörn Schießle2013-04-091-0/+3
|\ \ \ \ \ \
| * | | | | | fixes #2792 - only touch if writableThomas Mueller2013-04-081-0/+3
| |/ / / / /
* | | | | | Merge pull request #2764 from owncloud/remove-limit-from-count-queryBernhard Posselt2013-04-091-1/+1
|\ \ \ \ \ \
| * | | | | | Remove wrong limit parameter from count query in compatibility functionBart Visscher2013-04-061-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #2798 from owncloud/fixing-2789-masterBernhard Posselt2013-04-091-0/+5
|\ \ \ \ \ \
| * | | | | | fixes #2789 - no internet connectivity check if there is non on purposeThomas Mueller2013-04-081-0/+5
| | |/ / / / | |/| | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-091-1/+18
| |_|_|/ / |/| | | |
* | | | | Merge pull request #2785 from owncloud/vobject_stringpropertyThomas Müller2013-04-081-0/+80
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add OC\VObject\StringProperty. Partial fix for owncloud/apps#762Thomas Tanghus2013-04-081-0/+80
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-082-0/+5
|/ / / /
* | | | Merge pull request #2610 from owncloud/vcategories_purge_multiBart Visscher2013-04-061-6/+14
|\ \ \ \
| * | | | Remove redundant lineThomas Tanghus2013-04-041-1/+0
| * | | | Don't try to call a an array :-PThomas Tanghus2013-03-301-1/+1
| * | | | Typehint and check $ids parameter.Thomas Tanghus2013-03-291-3/+7
| * | | | Allow purging multiple objects from category index table.Thomas Tanghus2013-03-291-5/+10
* | | | | Merge pull request #2751 from Borkason/patch-1Frank Karlitschek2013-04-061-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix indentation in util.php.Birk Borkason2013-04-051-2/+2
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-062-6/+29
|/ / / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-051-0/+2
* | | | Add a name to the version parameterLukas Reschke2013-04-051-1/+1
| |/ / |/| |
* | | Merge pull request #2708 from owncloud/dont_expose_installatioBart Visscher2013-04-041-1/+1
|\ \ \
| * | | Don't expose the server installation timeLukas Reschke2013-04-041-1/+1
* | | | Merge pull request #2706 from owncloud/random_is_random_and_not_timeBart Visscher2013-04-041-3/+3
|\ \ \ \
| * | | | Use random bytes instead of timeLukas Reschke2013-04-041-3/+3
| * | | | Use a more random source...Lukas Reschke2013-04-041-1/+1
* | | | | *gnaaarf*Lukas Reschke2013-04-041-1/+1
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-041-1/+9
* | | | PostreSQL compatibility, fixes #2666Arthur Schiwon2013-04-031-1/+1
|/ / /
* | | Merge pull request #2594 from owncloud/fix_part_file_ignoringJörn Friedrich Dreyer2013-04-032-29/+43
|\ \ \
| * | | supress write hook for .part filesJörn Friedrich Dreyer2013-03-282-9/+6
| * | | ignore files in scanFile instead of scan to catch all occurences.Jörn Friedrich Dreyer2013-03-281-25/+42
| |/ /
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-031-0/+8
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-04-011-0/+3
* | | Change logQuery from define() to OC::ConfigBrice Maron2013-03-302-5/+2
* | | Log Queries when we add a log query flagBrice Maron2013-03-302-1/+10
* | | Merge pull request #2584 from mrtorrent/fix_instanceid_formatBernhard Posselt2013-03-291-12/+13
|\ \ \
| * | | Ensure instanceid contains a letterMiquel Rodríguez Telep / Michael Rodríguez-Torrent2013-03-261-1/+2
| * | | Minor typo, coding style fixes for OC_Util::getInstanceIdMiquel Rodríguez Telep / Michael Rodríguez-Torrent2013-03-261-12/+12
* | | | Merge pull request #2585 from mrtorrent/fix_install_app_version_checkBart Visscher2013-03-291-2/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Use isAppVersionCompatible in app installerMiquel Rodríguez Telep / Michael Rodríguez-Torrent2013-03-271-2/+4
| |/ /
* | | Cache: on equal mtime also for equal size before keeping ETag, at least makes...Arthur Schiwon2013-03-271-1/+2
* | | Cache: Do not overwrite ETag when file did not changeArthur Schiwon2013-03-271-4/+6
* | | Only prepare an SQL statement once.Arthur Schiwon2013-03-271-1/+4
* | | Add PHPDocArthur Schiwon2013-03-271-0/+6
* | | Adjust to Icewind's fixArthur Schiwon2013-03-271-51/+0