summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* always open filter tab in raw mode, when 'Manually enter LDAP filters' is ↵Arthur Schiwon2015-04-173-2/+8
| | | | checked
* Revert "make jshint happy"Thomas Müller2015-04-172-20/+17
| | | | This reverts commit a255866a937d906dbbe0ed46aa7394326b30e4f5.
* Revert "use a simple function - OC.Encryption is already defined - fixes #15707"Thomas Müller2015-04-171-13/+23
| | | | This reverts commit c1a60a23498abe6502d207b8c803255e31515577.
* make jshint happyThomas Müller2015-04-172-17/+20
|
* use a simple function - OC.Encryption is already defined - fixes #15707Thomas Müller2015-04-171-23/+13
|
* Do not concat translation stringThomas Müller2015-04-171-5/+4
|
* fixing undefined variableThomas Müller2015-04-171-8/+8
|
* Merge pull request #15686 from owncloud/enc_fix_change_passwordThomas Müller2015-04-172-5/+38
|\ | | | | fix change password if no user is logged in, occ call
| * fix change password if no user is logged in, occ callBjoern Schiessle2015-04-172-5/+38
| |
* | always create a new instance of the encryption moduleBjoern Schiessle2015-04-172-8/+13
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-04-1732-28/+274
|
* Merge pull request #15675 from owncloud/enc_error_messagesClark Tomlinson2015-04-166-10/+155
|\ | | | | [encryption] display warning if password changed or if the keys are not initialized
| * display warning if password changed or if the keys are not initializedBjoern Schiessle2015-04-166-10/+155
| |
* | Merge pull request #15445 from owncloud/enc2_migrationClark Tomlinson2015-04-1612-15/+813
|\ \ | |/ |/| add migration script from old encryption to new one
| * decrypt private key for public shares correctlyBjoern Schiessle2015-04-163-4/+4
| |
| * fix decryption of legacy private keyBjoern Schiessle2015-04-161-1/+0
| |
| * add versionBjoern Schiessle2015-04-161-0/+1
| |
| * add migration script from old encryption to new oneBjoern Schiessle2015-04-167-10/+808
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-1626-6/+224
| |
* | Merge pull request #15654 from owncloud/enc2_header_system_keysMorris Jobke2015-04-152-2/+4
|\ \ | | | | | | make sure that encrypted private keys always have a header
| * | make sure that encrypted private keys always have a headerBjoern Schiessle2015-04-152-2/+4
| |/
* | Add visibility for methodMorris Jobke2015-04-151-1/+1
| |
* | Fix SFTP storage id to be compatible with older idsVincent Petry2015-04-152-1/+66
| | | | | | | | | | | | Remove port from SFTP storage id if it is 22. This will prevent recreating a different storage entry due to id mismatch after upgrade.
* | Merge pull request #15613 from owncloud/allow-files-nav-iconsThomas Müller2015-04-151-1/+1
|\ \ | |/ |/| Allow files app nav entries to have a different icon class
| * Allow files app nav entries to have a different icon classMorris Jobke2015-04-141-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-152-0/+26
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-04-14400-3140/+3916
| |
* | Merge pull request #15598 from owncloud/fix-enc-file-size-masterBjörn Schießle2015-04-143-21/+1
|\ \ | |/ |/| Fix file size of encrypted files
| * remove calculateUnencryptedSize() - not neededThomas Müller2015-04-142-20/+0
| |
| * fix reading of private keyThomas Müller2015-04-141-1/+1
| |
* | Merge pull request #13360 from owncloud/cross-storage-moveMorris Jobke2015-04-143-10/+103
|\ \ | |/ |/| Proper copy/move between multiple local storages
| * a bit more phpdocRobin Appelman2015-04-141-0/+6
| |
| * add missing return for sharedRobin Appelman2015-04-131-2/+2
| |
| * properly return false if we cant delete the source fileRobin Appelman2015-04-131-4/+5
| |
| * Fix testRobin Appelman2015-04-131-2/+8
| |
| * Implement move/copyFromStorage for shared storageRobin Appelman2015-04-132-6/+86
| |
* | Merge pull request #15566 from owncloud/fix-filepickerThomas Müller2015-04-142-4/+27
|\ \ | | | | | | fix filepicker
| * | fix filepickerMorris Jobke2015-04-132-4/+27
| | | | | | | | | | | | | | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563
* | | Fix cross storage move with shared storagesRobin Appelman2015-04-132-11/+11
| | |
* | | check that we know the parentRobin Appelman2015-04-131-3/+5
| | |
* | | check for source cacheRobin Appelman2015-04-131-1/+3
| |/ |/|
* | Merge pull request #15570 from owncloud/shares-properlyformatmountpointMorris Jobke2015-04-131-3/+9
|\ \ | | | | | | Properly add trailing slash to mount point
| * | Properly add trailing slash to mount pointVincent Petry2015-04-131-3/+9
| |/ | | | | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name
* / Do not try to make user subadmin of group twiceRoeland Jago Douma2015-04-132-0/+29
|/ | | | | | | If the provisioning api is used to make a user subadmin of a group that user is already a subadmin just return success. Added unit test to ensure things keep working.
* Merge pull request #15535 from owncloud/smb-1.0.0Morris Jobke2015-04-107-16/+38
|\ | | | | update icewind/smb to 1.0.0
| * update icewind/smb to 1.0.0Robin Appelman2015-04-107-16/+38
| |
* | Merge pull request #15538 from owncloud/encryption-crypt-testsClark Tomlinson2015-04-102-29/+283
|\ \ | | | | | | add unit test for crypt.php
| * | add unit test for crypt.phpBjoern Schiessle2015-04-102-29/+283
| | |
* | | Merge pull request #15489 from owncloud/dont_hide_exceptions_masterThomas Müller2015-04-104-68/+218
|\ \ \ | | | | | | | | Dont hide exceptions master
| * | | fix cherrypickingJörn Friedrich Dreyer2015-04-103-15/+18
| | | |