Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-18 | 16 | -1/+20 |
| | |||||
* | Merge pull request #10407 from owncloud/rm-obsolete-japanese | Lukas Reschke | 2014-08-17 | 8 | -330/+0 |
|\ | | | | | remove obsolete japanese lang code | ||||
| * | remove obsolete japanese lang code | Volkan Gezer | 2014-08-13 | 8 | -330/+0 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-17 | 16 | -2/+91 |
| | | |||||
* | | Merge pull request #10276 from owncloud/skip-webdavput | Lukas Reschke | 2014-08-16 | 1 | -1/+1 |
|\ \ | | | | | | | skip WebdavTest of encryption | ||||
| * | | login as user1 before performing a test | Bjoern Schiessle | 2014-08-15 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #10447 from owncloud/share-foldericonfix | Morris Jobke | 2014-08-16 | 1 | -16/+6 |
|\ \ \ | | | | | | | | | Fixed folder icon update routine when share owner exists | ||||
| * | | | Fixed folder icon update routine when share owner exists | Vincent Petry | 2014-08-15 | 1 | -16/+6 |
| |/ / | | | | | | | | | | | | | Whenever a folder has a "data-share-owner" attribute, the icon is now properly updated to a shared folder icon. | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-16 | 19 | -1/+108 |
| | | | |||||
* | | | Merge pull request #10449 from owncloud/share-clientsidesortnoservercall | Lukas Reschke | 2014-08-15 | 2 | -5/+23 |
|\ \ \ | | | | | | | | | Client side sort for sharing overview | ||||
| * | | | Client side sort for sharing overview | Vincent Petry | 2014-08-15 | 2 | -5/+23 |
| |/ / | | | | | | | | | | | | | Since the server doesn't support sorting, use client side sort directly instead of calling reload() first. | ||||
* / / | ssl capital | Volkan Gezer | 2014-08-15 | 1 | -1/+1 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-15 | 4 | -9/+9 |
| | | |||||
* | | Merge pull request #10374 from ogasser/compare_upload_limit_against_biggest_file | Jan-Christoph Borchardt | 2014-08-14 | 1 | -4/+7 |
|\ \ | | | | | | | Compare upload limit against biggest file | ||||
| * | | Compare upload limit against biggest file | Oliver Gasser | 2014-08-12 | 1 | -4/+7 |
| | | | | | | | | | | | | | | | When uploading multiple files from the web interface, compare the PHP upload limit against the largest file, not against the sum of all files. | ||||
* | | | Merge pull request #10398 from owncloud/external-share-ssl-warn | Robin Appelman | 2014-08-14 | 1 | -11/+17 |
|\ \ \ | | | | | | | | | Give a better error message for external shares with self-signed ssl certificates | ||||
| * | | | Give a better error message for external shares with self-signed ssl ↵ | Robin Appelman | 2014-08-13 | 1 | -11/+17 |
| | | | | | | | | | | | | | | | | certificates | ||||
* | | | | Merge pull request #10295 from owncloud/file_actions_error_handling | Björn Schießle | 2014-08-14 | 4 | -9/+62 |
|\ \ \ \ | | | | | | | | | | | file actions improved error handling | ||||
| * | | | | new unit test added | Bjoern Schiessle | 2014-08-11 | 1 | -4/+42 |
| | | | | | |||||
| * | | | | no error if we try to delete a file which no longer exists | Bjoern Schiessle | 2014-08-11 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | no special action for folder named 'Shared' needed | Bjoern Schiessle | 2014-08-11 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | add error message if user wants to rename a file which no longer exists | Bjoern Schiessle | 2014-08-11 | 2 | -4/+18 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-14 | 5 | -0/+6 |
| | | | | | |||||
* | | | | | Merge pull request #10396 from owncloud/kill-filesync | Thomas Müller | 2014-08-13 | 2 | -65/+0 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Kill filesync.php in files/appinfo | ||||
| * | | | | Kill filesync.php in files/appinfo | Morris Jobke | 2014-08-13 | 2 | -65/+0 |
| | |/ / | |/| | | | | | | | | | | * ref comment: https://github.com/owncloud/core/issues/10392#issuecomment-52050567 | ||||
* / | | | Cast file id's to int so we can compare them properly | Robin Appelman | 2014-08-13 | 1 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #9754 from owncloud/enc_support_aes_256 | Vincent Petry | 2014-08-13 | 14 | -167/+498 |
|\ \ \ | | | | | | | | | [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 | 10 | -84/+334 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-13 | 12 | -8/+62 |
| | | | | |||||
* | | | | fixes from git push force | Morris Jobke | 2014-08-12 | 1 | -2/+0 |
| | | | | |||||
* | | | | 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 #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 | 17 | -14/+3 |
|/ / / | |||||
* | | | Transifex suggestion by mnestis | Volkan Gezer | 2014-08-11 | 1 | -1/+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 #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 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-11 | 10 | -2/+17 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-10 | 16 | -0/+20 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-09 | 9 | -2/+53 |
| | | | | | |||||
* | | | | | Merge pull request #10290 from owncloud/check_quota_on_new_via_web | Thomas Müller | 2014-08-08 | 1 | -0/+23 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | check quota when trying to download a file via new -> web | ||||
| * | | | | check quota when trying to download a file via new -> web | Jörn Friedrich Dreyer | 2014-08-08 | 1 | -0/+23 |
| | | | | | |||||
* | | | | | only show "share with others" and "share by link" navigation bar entries if ↵ | Bjoern Schiessle | 2014-08-08 | 1 | -18/+22 |
|/ / / / | | | | | | | | | | | | | user is allowed to share files |