Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-21 | 295 | -605/+753 |
* | Merge pull request #3796 from owncloud/gracefully_handle_teardown_in_scanner_... | Thomas Müller | 2013-06-20 | 1 | -4/+6 |
|\ | |||||
| * | skip teardown if cache has not been set up | Jörn Friedrich Dreyer | 2013-06-20 | 1 | -4/+6 |
* | | Merge pull request #3792 from owncloud/scanfolder-remove | Thomas Müller | 2013-06-20 | 2 | -0/+35 |
|\ \ | |||||
| * | | adding unit test for folder remove: testRemovedFolder() | Thomas Mueller | 2013-06-20 | 1 | -0/+11 |
| * | | Merge branch 'rescan-all' into scanfolder-remove | Thomas Mueller | 2013-06-20 | 2 | -15/+45 |
| |\ \ | |||||
| * | | | remove deleted files when re-scanning a folder | Robin Appelman | 2013-06-20 | 2 | -0/+24 |
* | | | | 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 |
* | | | | Merge pull request #3788 from owncloud/more_error_messages | Björn Schießle | 2013-06-20 | 2 | -26/+28 |
|\ \ \ \ | |||||
| * | | | | always have a defined return value | Björn Schießle | 2013-06-19 | 1 | -4/+4 |
| * | | | | some more error messages | Björn Schießle | 2013-06-19 | 1 | -5/+3 |
| * | | | | add some more error messages, in case something went wrong | Björn Schießle | 2013-06-19 | 2 | -24/+28 |
* | | | | | Merge pull request #3784 from owncloud/rescan-all | Thomas Müller | 2013-06-20 | 2 | -15/+45 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||||
| * | | | | use json to encode user list | Robin Appelman | 2013-06-19 | 2 | -2/+2 |
| * | | | | allow scanning files for multiple users | Robin Appelman | 2013-06-19 | 2 | -15/+45 |
* | | | | | add missing backticks | Jörn Friedrich Dreyer | 2013-06-20 | 1 | -1/+1 |
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-20 | 580 | -2126/+2500 |
| |_|_|/ |/| | | | |||||
* | | | | Merge pull request #3783 from owncloud/improved_wording | Michael Gapczynski | 2013-06-19 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | fixed enghlish sentence, thanks to @MTGap | Björn Schießle | 2013-06-19 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge pull request #3764 from owncloud/scanfolder-existing | icewind1991 | 2013-06-19 | 4 | -36/+70 |
|\ \ \ \ | |/ / / |/| / / | |/ / | |||||
| * | | fix updaters test cases | Robin Appelman | 2013-06-19 | 1 | -2/+1 |
| * | | add tests for reusing existing data in scanner | Robin Appelman | 2013-06-17 | 2 | -5/+21 |
| * | | reuse etag when doing a forced rescan | Robin Appelman | 2013-06-14 | 1 | -1/+1 |
| * | | 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 |
* | | | fix lost password page, don't show checkbox is encryption is not enabled | Björn Schießle | 2013-06-19 | 2 | -6/+6 |
* | | | Merge pull request #3661 from owncloud/fixing-windows-server-master | Jörn Friedrich Dreyer | 2013-06-19 | 4 | -6/+137 |
|\ \ \ | |||||
| * | | | 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 |
| * | | | Add tests for the updater with mount points | Michael Gapczynski | 2013-06-12 | 1 | -3/+125 |
| * | | | [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 |
* | | | | Merge pull request #3773 from owncloud/port_3596 | Thomas Müller | 2013-06-19 | 1 | -1/+1 |
|\ \ \ \ | |||||
| * | | | | Users page: username instead of login name as col header to avoid confusion w... | Arthur Schiwon | 2013-06-18 | 1 | -1/+1 |
* | | | | | Merge pull request #3765 from owncloud/hide-logo-claim | Frank Karlitschek | 2013-06-18 | 2 | -2/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | hide the logo claim in case the theme is not loaded | Jan-Christoph Borchardt | 2013-06-17 | 2 | -2/+2 |
* | | | | | Merge pull request #3774 from owncloud/fix_sql_in_vcategories | Thomas Müller | 2013-06-18 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | remove dangling AND in SQL statement | Jörn Friedrich Dreyer | 2013-06-18 | 1 | -1/+1 |
|/ / / / | |||||
* / / / | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-18 | 542 | -1097/+1124 |
|/ / / | |||||
* | | | Merge pull request #3727 from owncloud/fix_glob_escaping | Björn Schießle | 2013-06-17 | 3 | -322/+316 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into fix_glob_escaping | Björn Schießle | 2013-06-17 | 798 | -6942/+7274 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-06-17 | 542 | -1113/+1140 |
* | | | | Merge pull request #3621 from owncloud/path-mimetype | Thomas Müller | 2013-06-16 | 2 | -12/+31 |
|\ \ \ \ | |||||
| * | | | | Basic tests for getFileNameMimeType | Robin Appelman | 2013-06-16 | 1 | -0/+9 |
| * | | | | actually return result | Robin Appelman | 2013-06-07 | 1 | -2/+2 |
| * | | | | fix variable name | Robin Appelman | 2013-06-07 | 1 | -2/+2 |