Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-17 | 1 | -0/+2 | |
| |/ |/| | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-16 | 1 | -0/+3 | |
|/ | ||||||
* | Merge pull request #11050 from owncloud/enc-flockfix | Lukas Reschke | 2014-09-15 | 1 | -1/+1 | |
|\ | | | | | Remove passing by reference to allow for proper GC | |||||
| * | Remove passing by reference to allow for proper GC | Vincent Petry | 2014-09-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | The garbage collector in PHP 5.3.10 does not properly release the file handle when calling fclose() due to the fact that it is passed by reference. This has the side-effect of preventing file locks to be released as well when the files_locking app is enabled. This fix removes the useless passing by reference and now the file handle and file lock are freed properly. | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-11 | 2 | -1/+43 | |
|/ | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-05 | 1 | -0/+1 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-09-03 | 1 | -0/+2 | |
| | ||||||
* | Remove unneeded file initialization in encryption, already handled in a hook | Robin Appelman | 2014-09-02 | 1 | -16/+0 | |
| | ||||||
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 4 | -4/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-30 | 1 | -0/+1 | |
| | ||||||
* | kill OC::$session | Jörn Friedrich Dreyer | 2014-08-29 | 1 | -11/+11 | |
| | | | | | | | | | | | | maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-28 | 2 | -1/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-26 | 1 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-25 | 1 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-24 | 2 | -0/+3 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-23 | 2 | -2/+4 | |
| | ||||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-22 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #10522 from owncloud/removeLoadAppScript | blizzz | 2014-08-21 | 1 | -0/+13 | |
|\ | | | | | Remove loadAppScriptFile | |||||
| * | Add routing to files_encryption | Lukas Reschke | 2014-08-19 | 1 | -0/+13 | |
| | | ||||||
* | | Better description to prevent people from misunderstanding the use case | Bernhard Posselt | 2014-08-21 | 1 | -2/+2 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-20 | 1 | -0/+1 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-19 | 2 | -1/+6 | |
|/ | ||||||
* | Merge pull request #10407 from owncloud/rm-obsolete-japanese | Lukas Reschke | 2014-08-17 | 1 | -44/+0 | |
|\ | | | | | remove obsolete japanese lang code | |||||
| * | remove obsolete japanese lang code | Volkan Gezer | 2014-08-13 | 1 | -44/+0 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-17 | 1 | -0/+9 | |
| | | ||||||
* | | 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 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-16 | 3 | -0/+3 | |
|/ / | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-15 | 1 | -3/+3 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-14 | 4 | -0/+5 | |
|/ | ||||||
* | 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 | 8 | -3/+12 | |
| | | ||||||
* | | 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 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-12 | 15 | -14/+1 | |
| | | ||||||
* | | Transifex suggestion by mnestis | Volkan Gezer | 2014-08-11 | 1 | -1/+1 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-11 | 3 | -0/+6 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-10 | 4 | -0/+8 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-09 | 7 | -0/+14 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-08 | 41 | -79/+0 | |
| | | ||||||
* | | add logout hook to remove keys from session | Bjoern Schiessle | 2014-08-07 | 4 | -4/+19 | |
| | | ||||||
* | | Disable encryption migration tests | Morris Jobke | 2014-08-05 | 1 | -0/+8 | |
| | | ||||||
* | | Minor fixes | Morris Jobke | 2014-08-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | * instanceof \OC\Files\View * fix misplaced paranthesis * remove misplaced character in comment | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-08-02 | 1 | -1/+1 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-07-31 | 39 | -0/+44 | |
| | | ||||||
* | | add unit test for rename and copy operation | Bjoern Schiessle | 2014-07-30 | 1 | -0/+52 | |
| | |