Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Close open file handles in files library | Morris Jobke | 2014-08-13 | 3 | -0/+3 |
| | | | | ref #10392 | ||||
* | Merge pull request #10387 from owncloud/quick_fix_for_unit_tests | Thomas Müller | 2014-08-13 | 1 | -14/+17 |
|\ | | | | | don't clean up the test environment if a data provider was finished | ||||
| * | don't clean up the test environment if a data provider was finished | Bjoern Schiessle | 2014-08-13 | 1 | -14/+17 |
| | | |||||
* | | Merge pull request #9754 from owncloud/enc_support_aes_256 | Vincent Petry | 2014-08-13 | 15 | -167/+501 |
|\ \ | |/ |/| | [encryption] support aes 256 | ||||
| * | add unit test for aes256/aes128 | Bjoern Schiessle | 2014-07-23 | 2 | -0/+192 |
| | | |||||
| * | update existing unit tests | Bjoern Schiessle | 2014-07-23 | 5 | -127/+16 |
| | | |||||
| * | support aes 256 | Bjoern Schiessle | 2014-07-23 | 11 | -84/+337 |
| | | |||||
* | | Merge pull request #10333 from owncloud/tar-55 | Thomas Müller | 2014-08-13 | 2 | -6/+0 |
|\ \ | | | | | | | Fix Tar support for php >=5.5 | ||||
| * | | Fix Tar support for php >=5.5 | Robin Appelman | 2014-08-11 | 2 | -6/+0 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-13 | 58 | -211/+291 |
| | | | |||||
* | | | Merge pull request #10377 from owncloud/git-fixes | Morris Jobke | 2014-08-12 | 1 | -2/+0 |
|\ \ \ | | | | | | | | | fixes from git push force | ||||
| * | | | fixes from git push force | Morris Jobke | 2014-08-12 | 1 | -2/+0 |
|/ / / | |||||
* | | | fix broken variable name, recoveryPasswordSupported is now ↵ | Bjoern Schiessle | 2014-08-12 | 1 | -3/+3 |
| | | | | | | | | | | | | recoveryEnabledForUser | ||||
* | | | add unit tests | Bjoern Schiessle | 2014-08-12 | 1 | -0/+49 |
| | | | |||||
* | | | fix detection of system wide mount points | Bjoern Schiessle | 2014-08-12 | 1 | -8/+33 |
| | | | |||||
* | | | Merge pull request #9762 from owncloud/owner-public | Robin Appelman | 2014-08-12 | 2 | -0/+16 |
|\ \ \ | | | | | | | | | Return the proper owner for home storages | ||||
| * | | | Add test for homestorage getOwner | Robin Appelman | 2014-07-22 | 1 | -0/+6 |
| | | | | |||||
| * | | | Return the proper owner for home storages | Robin Appelman | 2014-07-21 | 1 | -0/+10 |
| | | | | |||||
* | | | | Merge pull request #10357 from owncloud/l10n-alert-fix | Volkan Gezer | 2014-08-12 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Fix alert text | ||||
| * | | | | Fix alert text | Volkan Gezer | 2014-08-12 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-12 | 449 | -11284/+11486 |
|/ / / / | |||||
* | | | | Merge pull request #10347 from owncloud/fix-grammar | Volkan Gezer | 2014-08-11 | 1 | -1/+1 |
|\ \ \ \ | | | | | | | | | | | Transifex suggestion by mnestis | ||||
| * | | | | Transifex suggestion by mnestis | Volkan Gezer | 2014-08-11 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Merge pull request #10335 from owncloud/fix-emptyapplist | Clark Tomlinson | 2014-08-11 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix issue when no apps are enabled | ||||
| * | | | | | Fix issue when no apps are enabled | Vincent Petry | 2014-08-11 | 1 | -0/+1 |
| |/ / / / | | | | | | | | | | | | | | | | Properly initialize $apps array | ||||
* | | | | | Merge pull request #9890 from owncloud/check-php-charset-master | Thomas Müller | 2014-08-11 | 3 | -6/+28 |
|\ \ \ \ \ | |/ / / / |/| | | | | setting and checking default_charset in php.ini to be UTF-8 | ||||
| * | | | | Removing ini charset override due to shared hosting issues | Clark Tomlinson | 2014-08-11 | 1 | -3/+0 |
| | | | | | |||||
| * | | | | setting and checking default_charset in php.ini to be UTF-8 | Thomas Müller | 2014-07-25 | 4 | -6/+31 |
| | | | | | |||||
* | | | | | Merge pull request #10336 from owncloud/fix_share_drop_down | Björn Schießle | 2014-08-11 | 1 | -12/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | remove 'no people found' entry in share dialog | ||||
| * | | | | | remove 'no people found' entry | Bjoern Schiessle | 2014-08-11 | 1 | -12/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #9848 from dupondje/master | blizzz | 2014-08-11 | 1 | -12/+18 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix memberOf detection. Fixes: #9835 | ||||
| * | | | | | | Fix initializing in #9848 | Jean-Louis Dupond | 2014-08-11 | 1 | -0/+1 |
| | | | | | | | |||||
| * | | | | | | Fix remarks in #9848 | Jean-Louis Dupond | 2014-08-11 | 1 | -11/+13 |
| | | | | | | | |||||
| * | | | | | | Fix memberOf detection. Fixes: #9835 | Jean-Louis Dupond | 2014-07-24 | 1 | -7/+10 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #10066 from marc0s/issues/10065-fix-null-check | Clark Tomlinson | 2014-08-11 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | Fix checking of NULL or empty OC::$THIRDPARTYROOT/OC::$THIRDPARTYWEBROOT | ||||
| * | | | | | | | Fix checking of NULL or empty OC::$THIRDPARTYROOT/OC::$THIRDPARTYWEBROOT | marc0s | 2014-07-30 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #10065 | ||||
* | | | | | | | | Merge pull request #10251 from owncloud/fix-dav-attributes-master | Thomas Müller | 2014-08-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | shared files/folders are not mounted | ||||
| * | | | | | | | shared files/folders are not mounted | Thomas Müller | 2014-08-07 | 1 | -1/+1 |
| | | | | | | | | |||||
* | | | | | | | | Merge pull request #10301 from owncloud/fix-internal-mail-share-links | Vincent Petry | 2014-08-11 | 1 | -5/+10 |
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | Don't use /Shared as a base for links in share email | ||||
| * | | | | | | | | Add scrollto to the url if sharing a file for long file lists | Tom Needham | 2014-08-09 | 1 | -3/+9 |
| | | | | | | | | | |||||
| * | | | | | | | | Fix link to files and folders in internal share emails | Tom Needham | 2014-08-09 | 1 | -4/+3 |
| | | | | | | | | | |||||
* | | | | | | | | | Merge pull request #10096 from owncloud/fix-6971-master | Jörn Friedrich Dreyer | 2014-08-11 | 1 | -1/+2 |
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | in case $_POST['itemSourceName'] does not exist we simply default it to ... | ||||
| * | | | | | | | | | in case $_POST['itemSourceName'] does not exist we simply default it to null | Thomas Müller | 2014-08-01 | 1 | -1/+2 |
| | | | | | | | | | | |||||
* | | | | | | | | | | Merge pull request #10303 from owncloud/sharing-breadcrumb-folder-name | Robin Appelman | 2014-08-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | use OC_Util::basename | ||||
| * | | | | | | | | | | use OC_Util::basename | Robin Appelman | 2014-01-15 | 1 | -1/+1 |
| | | | | | | | | | | | |||||
* | | | | | | | | | | | Merge pull request #10249 from mroi/patch-1 | Thomas Müller | 2014-08-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | file size on non-(Linux/BSD/Windows)-installations | ||||
| * | | | | | | | | | | | file size on non-(Linux/BSD/Windows)-installations | Michael Roitzsch | 2014-08-07 | 1 | -1/+1 |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | Determining the file size using the exec() method is implemented for Linux, BSD, and Windows. However, on systems matching neither platform name (like SunOS), the fall-through path will return a file size result constituting a zero size instead of an invalid null return value. | ||||
* | | | | | | | | | | | Merge pull request #10312 from owncloud/fix-old-japanese | Thomas Müller | 2014-08-11 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / |/| | | | | | | | | | | fix old Japanese language code redirection | ||||
| * | | | | | | | | | | fix old Japanese language code redirection | Volkan Gezer | 2014-08-09 | 1 | -1/+1 |
| | |_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ja_JP has not been updated since March and the reference to this language should be removed. It also exists as *ja* on Transifex | ||||
* | | | | | | | | | | Merge pull request #10285 from owncloud/sharing_set_correct_min_date | Morris Jobke | 2014-08-11 | 2 | -5/+13 |
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | [sharing] set minDate always to today + one day |