Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | fix numRows usage in core lib | Jörn Friedrich Dreyer | 2013-06-24 | 2 | -2/+2 | |
| * | | | | | | | | | | make PDOStatementWrapper return number of updated rows on INSERT, UPDATE or D... | Jörn Friedrich Dreyer | 2013-06-24 | 1 | -15/+65 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge pull request #3843 from owncloud/sabre-exceptions | Thomas Müller | 2013-06-28 | 2 | -3/+27 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Sabre: throw exceptions when delete/create/write operations are not permitted | Robin Appelman | 2013-06-25 | 2 | -3/+27 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #3865 from owncloud/fix_test_for_oracle | Bart Visscher | 2013-06-28 | 1 | -1/+25 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | fix type of numeric columns | Jörn Friedrich Dreyer | 2013-06-26 | 1 | -0/+24 | |
| * | | | | | | | | | check item id is set | Jörn Friedrich Dreyer | 2013-06-26 | 1 | -1/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #3839 from owncloud/unix_timestamp_replacement_for_oracle | Bart Visscher | 2013-06-28 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | manuall calculate unix_timestamp for oracle | Jörn Friedrich Dreyer | 2013-06-25 | 1 | -0/+1 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-27 | 1 | -0/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #3750 from owncloud/dummy_session_for_errors | Thomas Müller | 2013-06-25 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Init dummy session first | Victor Dubiniuk | 2013-06-17 | 1 | -3/+3 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-25 | 2 | -0/+19 | |
* | | | | | | | use to_char when comparing clob to string on oracle, use execute audited | Jörn Friedrich Dreyer | 2013-06-24 | 2 | -2/+6 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #3792 from owncloud/scanfolder-remove | Thomas Müller | 2013-06-20 | 1 | -0/+14 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | remove deleted files when re-scanning a folder | Robin Appelman | 2013-06-20 | 1 | -0/+14 | |
* | | | | | | | Merge pull request #3779 from shkdee/patch-1 | blizzz | 2013-06-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Update user.php | shkdee | 2013-06-18 | 1 | -1/+1 | |
* | | | | | | | | add missing backticks | Jörn Friedrich Dreyer | 2013-06-20 | 1 | -1/+1 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-20 | 1 | -0/+2 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #3764 from owncloud/scanfolder-existing | icewind1991 | 2013-06-19 | 1 | -31/+48 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | add tests for reusing existing data in scanner | Robin Appelman | 2013-06-17 | 1 | -4/+2 | |
| * | | | | | | | scanner: give more percision about what data is reused during scanning | Robin Appelman | 2013-06-14 | 1 | -17/+29 | |
| * | | | | | | | split of scanning the childs of a folder | Robin Appelman | 2013-06-14 | 1 | -17/+24 | |
* | | | | | | | | also use the default theme if the theme is set to an empty string in the con... | Björn Schießle | 2013-06-19 | 1 | -2/+2 | |
* | | | | | | | | Merge pull request #3661 from owncloud/fixing-windows-server-master | Jörn Friedrich Dreyer | 2013-06-19 | 3 | -3/+12 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | dirname('/test.txt') returns '\' on windows whereas on linux we get back '.' | Thomas Mueller | 2013-06-14 | 1 | -1/+1 | |
| * | | | | | | | restore Updater functionality on non-Windows platforms | Thomas Mueller | 2013-06-13 | 1 | -4/+4 | |
| * | | | | | | | [Fixing unit tests in Windows] | Thomas Mueller | 2013-06-10 | 1 | -0/+6 | |
| * | | | | | | | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -3/+3 | |
| * | | | | | | | [Fixing Updater Unit Tests on Windows] | Thomas Mueller | 2013-06-10 | 1 | -1/+4 | |
| * | | | | | | | Let's just use '/' as we do almost everywhere - this change fixes two failing... | Thomas Mueller | 2013-06-10 | 1 | -2/+2 | |
* | | | | | | | | remove dangling AND in SQL statement | Jörn Friedrich Dreyer | 2013-06-18 | 1 | -1/+1 | |
| |_|/ / / / / |/| | | | | | | ||||||
* | | | | | | | Merge pull request #3621 from owncloud/path-mimetype | Thomas Müller | 2013-06-16 | 1 | -12/+22 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | actually return result | Robin Appelman | 2013-06-07 | 1 | -2/+2 | |
| * | | | | | | | fix variable name | Robin Appelman | 2013-06-07 | 1 | -2/+2 | |
| * | | | | | | | seperate mimetype guessing from filename | Robin Appelman | 2013-06-06 | 1 | -12/+22 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge pull request #3721 from owncloud/oracle_setup_fixes | Thomas Müller | 2013-06-14 | 4 | -25/+41 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | remove default tablespace in parameter | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -3/+3 | |
| * | | | | | | adding default to $hint within ctor of DatabaseSetupException | Thomas Mueller | 2013-06-14 | 1 | -1/+1 | |
| * | | | | | | coding style | Thomas Mueller | 2013-06-14 | 1 | -1/+4 | |
| * | | | | | | use executeAudited in sabredav lock | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -13/+12 | |
| * | | | | | | add missing backticks, use executeAudited in post_deleteGroup and post_remove... | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -6/+6 | |
| * | | | | | | use USERS tablespace whn none is given, only needed when we need to create a ... | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -5/+8 | |
| * | | | | | | oracle does not need sequence suffix, manually set database name to allow fet... | Jörn Friedrich Dreyer | 2013-06-14 | 1 | -1/+12 | |
* | | | | | | | Merge pull request #3684 from owncloud/pg_install_db_master | Morris Jobke | 2013-06-14 | 1 | -1/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | improve comment | Morris Jobke | 2013-06-14 | 1 | -1/+1 | |
| * | | | | | | | Correct escaping | eMerzh | 2013-06-12 | 1 | -1/+1 | |
| * | | | | | | | Try connection with specified db when postgres does not work | Brice Maron | 2013-06-12 | 1 | -1/+7 | |
* | | | | | | | | Merge branch 'master' into move-maint-start | Thomas Mueller | 2013-06-14 | 90 | -1116/+2607 | |
|\ \ \ \ \ \ \ \ |