Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - fix dropTable() and introduce tableExists() | Thomas Müller | 2014-05-30 | 1 | -49/+5 |
| | | | | | | | - kill replaceDB() - this function is unused and it's implementation obviously wrong - add method annotation OC_DB_StatementWrapper::fetchAll - remove duplicate code in Test_DBSchema and reuse OC_DB::tableExists - remove unused variables | ||||
* | Merge pull request #5365 from owncloud/filesize-improvements-32bit | Thomas Müller | 2014-05-30 | 2 | -0/+115 |
|\ | | | | | Add LargeFileHelper / Add CURL filesize workaround / Fix some 32-bit filesize issues | ||||
| * | Typo: getFileSizeViaDOM -> getFileSizeViaCOM | Andreas Fischer | 2014-05-29 | 1 | -1/+1 |
| | | |||||
| * | Use "file size" instead of "filesize", then also apply camel case. | Andreas Fischer | 2014-05-29 | 1 | -16/+16 |
| | | |||||
| * | Increase file size limit from 2 GiB to 4 GiB when workarounds are unavailable. | Andreas Fischer | 2014-05-29 | 1 | -0/+7 |
| | | |||||
| * | Add helper method for turning int|float into base-10 unsigned integer string. | Andreas Fischer | 2014-05-29 | 1 | -0/+46 |
| | | |||||
| * | Rename: LargeFileHelper -> LargeFileHelperGetFilesize | Andreas Fischer | 2014-05-29 | 1 | -1/+1 |
| | | |||||
| * | Unit Tests for LargeFileHelper. | Andreas Fischer | 2014-05-29 | 1 | -0/+62 |
| | | |||||
* | | Merge pull request #8778 from owncloud/storage-instanceof | icewind1991 | 2014-05-30 | 3 | -0/+17 |
|\ \ | | | | | | | Add storage->instanceOfStorage() to handle instanceof with storage wrappers | ||||
| * | | Add $storage->instanceOfStorage to handle instanceof for storage wrappers | Robin Appelman | 2014-05-29 | 3 | -0/+17 |
| |/ | |||||
* | | Sharing overview fixes and unit tests | Vincent Petry | 2014-05-30 | 1 | -8/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Fixed renaming and fileActionsReady event - Added unit tests for shares list - Fixed public page with defer - Fixed file actions in sharing overview - Fixed sharing counterpart list (10 entries max) - Fixed file path attribute to be used in download action - Fix sharing list headers - OC.Share icons now operate on fileList instance - Fix OC.Share.updateIcon when more than one list in DOM | ||||
* | | Merge pull request #8759 from owncloud/fix-phpunit | Lukas Reschke | 2014-05-29 | 3 | -115/+98 |
|\ \ | |/ |/| | fix 8757, get rid of service locator antipattern | ||||
| * | fix assertions | Bernhard Posselt | 2014-05-28 | 1 | -9/+14 |
| | | |||||
| * | fix 8757, get rid of service locator antipattern | Bernhard Posselt | 2014-05-28 | 3 | -106/+84 |
| | | |||||
* | | Merge pull request #3908 from owncloud/storage-folder-copy-rename | icewind1991 | 2014-05-29 | 2 | -1/+120 |
|\ \ | | | | | | | Recursive copy and remove for local storage backends | ||||
| * | | fix illegal usage of unlink in test case | Robin Appelman | 2014-05-28 | 1 | -1/+1 |
| | | | |||||
| * | | add recursive copy to local storage backend | Robin Appelman | 2014-05-28 | 1 | -1/+64 |
| | | | |||||
| * | | fix recursive rename for local storage backend | Robin Appelman | 2014-05-28 | 1 | -0/+16 |
| | | | |||||
| * | | aditional test cases for copy and rename | Robin Appelman | 2014-05-28 | 1 | -0/+40 |
| |/ | |||||
* | | Merge pull request #8547 from owncloud/path-length-master | Thomas Müller | 2014-05-29 | 1 | -0/+121 |
|\ \ | | | | | | | Handling long paths properly in \OC\Files\View | ||||
| * | | # This is a combination of 2 commits. | Thomas Müller | 2014-05-28 | 1 | -0/+121 |
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | # The first commit's message is: adding tests for long paths increment path field in database up to 4000 (maximum for Oracle - otherwise we could use php's 4096) increment version to trigger database migration adding unit test for too long path # This is the 2nd commit message: fix too long path | ||||
* | | Merge pull request #8754 from owncloud/3rdparty-upgraded-phpmailer | Lukas Reschke | 2014-05-28 | 1 | -1/+1 |
|\ \ | | | | | | | upgraded phpmailer into v5.2.8 via composer | ||||
| * | | updating unit test expectations | Thomas Müller | 2014-05-28 | 1 | -1/+1 |
| |/ | |||||
* | | Merge pull request #8681 from owncloud/logintimestamp | Lukas Reschke | 2014-05-28 | 1 | -3/+179 |
|\ \ | |/ |/| | Record login timestamp per user. Required for new user managament. | ||||
| * | increase scrutinizer happyiness by removing minor/informational issues | Arthur Schiwon | 2014-05-23 | 1 | -2/+0 |
| | | |||||
| * | clean up here is superflous, will already be removed by user session | Arthur Schiwon | 2014-05-23 | 1 | -6/+0 |
| | | |||||
| * | test hooks also on login | Arthur Schiwon | 2014-05-23 | 1 | -3/+39 |
| | | |||||
| * | also test whether hooks work | Arthur Schiwon | 2014-05-23 | 1 | -5/+39 |
| | | |||||
| * | unit tests for loginWithCookie() | Arthur Schiwon | 2014-05-23 | 1 | -0/+114 |
| | | |||||
* | | Added requiremin/requiremax fields for apps | Vincent Petry | 2014-05-27 | 1 | -65/+209 |
| | | | | | | | | | | Apps can now specify a minimum and maximum version of ownCloud in which they are supported. | ||||
* | | Merge pull request #8599 from owncloud/sharing_disable_for_groups | Björn Schießle | 2014-05-22 | 1 | -0/+55 |
|\ \ | | | | | | | allow admin to disable sharing for specific groups of users | ||||
| * | | allow admin to disable sharing for specific groups of users | Bjoern Schiessle | 2014-05-22 | 1 | -0/+55 |
| |/ | |||||
* | | Clean the database after the test | Joas Schilling | 2014-05-21 | 1 | -0/+4 |
| | | |||||
* | | Add a lot of users for testing | Joas Schilling | 2014-05-21 | 1 | -1/+15 |
| | | |||||
* | | Add test case for getValueForUsers() | Joas Schilling | 2014-05-21 | 1 | -0/+19 |
|/ | |||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 5 | -21/+21 |
| | | | | * test case added to avoid adding them later | ||||
* | Merge pull request #7363 from owncloud/optimize-startup-queries | Morris Jobke | 2014-05-19 | 1 | -0/+94 |
|\ | | | | | Optimize some queries that are always executed when loading base.php | ||||
| * | Merge branch 'master' into optimize-startup-queries | Bart Visscher | 2014-05-07 | 52 | -287/+1673 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/lib/sharedstorage.php tests/lib/group/manager.php removed hasFilesSharedWith from lib/public/share.php and sharedstorage.php to fix merge | ||||
| * | | Add unit tests for getUserGroups with addUser and removeUser | Bart Visscher | 2014-02-27 | 1 | -0/+94 |
| | | | |||||
* | | | Namespacing for FileList, FileActions and trashbin app | Vincent Petry | 2014-05-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - FileList is now an instantiable class - FileActions is now in namespace - added App class for trashbin app - moved trashbin overrides into classes extending FileList - replaced many static calls with "this." or "self." to make the classes reusable/extendable - new URL parameter "view" to specify which view is shown, for example "files" or "trashbin" - added OC.Util.History utility class in core for handling history - moved URL handling/routing to OCA.Files.App - popstate will correctly update the current view and notify the view of the URL change so it can update the current dir - added JS unitt tests for the trashbin app - fixed public app to work with the new namespaces | ||||
* | | | use fetch method instead of fetchRow because fetchRow is only an owncloud ↵ | Bernhard Posselt | 2014-05-14 | 1 | -3/+3 |
| | | | | | | | | | | | | internal alias that exists purely for compability | ||||
* | | | Merge pull request #8542 from owncloud/phpdoc-improvements | Thomas Müller | 2014-05-13 | 2 | -21/+34 |
|\ \ \ | | | | | | | | | PHPDoc Improvements | ||||
| * | | | Fix Scrutinizer errors about missing user backend | Robin McCorkell | 2014-05-13 | 2 | -21/+34 |
| | | | | |||||
* | | | | Add tests for other types that PHP might cast | Lukas Reschke | 2014-05-13 | 1 | -0/+2 |
|/ / / | | | | | | | Addition to https://github.com/owncloud/core/pull/8572 | ||||
* | | | Merge pull request #8572 from owncloud/core-getabsolutepathwithzero | Thomas Müller | 2014-05-13 | 1 | -0/+18 |
|\ \ \ | | | | | | | | | Fixed getAbsolutePath case when path is "0" | ||||
| * | | | Fixed getAbsolutePath case when path is "0" | Vincent Petry | 2014-05-13 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | | Make sure to correctly check for string emptiness when the passed path is "0". | ||||
* | | | | make it possible to omit parameters and use the default parameters from the ↵ | Bernhard Posselt | 2014-05-13 | 2 | -9/+37 |
|/ / / | | | | | | | | | | controller method | ||||
* | | | Merge pull request #8482 from owncloud/public-logger | Thomas Müller | 2014-05-12 | 1 | -0/+40 |
|\ \ \ | | | | | | | | | Make logger available in the container | ||||
| * | | | adding unit test for message interpolation | Thomas Müller | 2014-05-12 | 1 | -0/+40 |
| | | | | |||||
* | | | | Merge pull request #8541 from owncloud/hardenIsSubDirectory | Morris Jobke | 2014-05-12 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Harden issubdirectory() |