summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-1816-1/+20
|
* Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-178-330/+0
|\ | | | | remove obsolete japanese lang code
| * remove obsolete japanese lang codeVolkan Gezer2014-08-138-330/+0
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1716-2/+91
| |
* | Merge pull request #10276 from owncloud/skip-webdavputLukas Reschke2014-08-161-1/+1
|\ \ | | | | | | skip WebdavTest of encryption
| * | login as user1 before performing a testBjoern Schiessle2014-08-151-1/+1
| | |
* | | Merge pull request #10447 from owncloud/share-foldericonfixMorris Jobke2014-08-161-16/+6
|\ \ \ | | | | | | | | Fixed folder icon update routine when share owner exists
| * | | Fixed folder icon update routine when share owner existsVincent Petry2014-08-151-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 transifexJenkins for ownCloud2014-08-1619-1/+108
| | |
* | | Merge pull request #10449 from owncloud/share-clientsidesortnoservercallLukas Reschke2014-08-152-5/+23
|\ \ \ | | | | | | | | Client side sort for sharing overview
| * | | Client side sort for sharing overviewVincent Petry2014-08-152-5/+23
| |/ / | | | | | | | | | | | | Since the server doesn't support sorting, use client side sort directly instead of calling reload() first.
* / / ssl capitalVolkan Gezer2014-08-151-1/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-154-9/+9
| |
* | Merge pull request #10374 from ogasser/compare_upload_limit_against_biggest_fileJan-Christoph Borchardt2014-08-141-4/+7
|\ \ | | | | | | Compare upload limit against biggest file
| * | Compare upload limit against biggest fileOliver Gasser2014-08-121-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-warnRobin Appelman2014-08-141-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 Appelman2014-08-131-11/+17
| | | | | | | | | | | | | | | | certificates
* | | | Merge pull request #10295 from owncloud/file_actions_error_handlingBjörn Schießle2014-08-144-9/+62
|\ \ \ \ | | | | | | | | | | file actions improved error handling
| * | | | new unit test addedBjoern Schiessle2014-08-111-4/+42
| | | | |
| * | | | no error if we try to delete a file which no longer existsBjoern Schiessle2014-08-111-1/+2
| | | | |
| * | | | no special action for folder named 'Shared' neededBjoern Schiessle2014-08-111-1/+1
| | | | |
| * | | | add error message if user wants to rename a file which no longer existsBjoern Schiessle2014-08-112-4/+18
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-145-0/+6
| | | | |
* | | | | Merge pull request #10396 from owncloud/kill-filesyncThomas Müller2014-08-132-65/+0
|\ \ \ \ \ | |_|_|_|/ |/| | | | Kill filesync.php in files/appinfo
| * | | | Kill filesync.php in files/appinfoMorris Jobke2014-08-132-65/+0
| | |/ / | |/| | | | | | | | | | * ref comment: https://github.com/owncloud/core/issues/10392#issuecomment-52050567
* / | | Cast file id's to int so we can compare them properlyRobin Appelman2014-08-131-2/+2
|/ / /
* | | Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry2014-08-1314-167/+498
|\ \ \ | | | | | | | | [encryption] support aes 256
| * | | add unit test for aes256/aes128Bjoern Schiessle2014-07-232-0/+192
| | | |
| * | | update existing unit testsBjoern Schiessle2014-07-235-127/+16
| | | |
| * | | support aes 256Bjoern Schiessle2014-07-2310-84/+334
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1312-8/+62
| | | |
* | | | fixes from git push forceMorris Jobke2014-08-121-2/+0
| | | |
* | | | add unit testsBjoern Schiessle2014-08-121-0/+49
| | | |
* | | | fix detection of system wide mount pointsBjoern Schiessle2014-08-121-8/+33
| |_|/ |/| |
* | | Merge pull request #10357 from owncloud/l10n-alert-fixVolkan Gezer2014-08-121-1/+1
|\ \ \ | | | | | | | | Fix alert text
| * | | Fix alert textVolkan Gezer2014-08-121-1/+1
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1217-14/+3
|/ / /
* | | Transifex suggestion by mnestisVolkan Gezer2014-08-111-1/+1
| | |
* | | Merge pull request #9848 from dupondje/masterblizzz2014-08-111-12/+18
|\ \ \ | | | | | | | | Fix memberOf detection. Fixes: #9835
| * | | Fix initializing in #9848Jean-Louis Dupond2014-08-111-0/+1
| | | |
| * | | Fix remarks in #9848Jean-Louis Dupond2014-08-111-11/+13
| | | |
| * | | Fix memberOf detection. Fixes: #9835Jean-Louis Dupond2014-07-241-7/+10
| | | |
* | | | Merge pull request #10303 from owncloud/sharing-breadcrumb-folder-nameRobin Appelman2014-08-111-1/+1
|\ \ \ \ | | | | | | | | | | use OC_Util::basename
| * | | | use OC_Util::basenameRobin Appelman2014-01-151-1/+1
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1110-2/+17
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-1016-0/+20
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-099-2/+53
| | | | |
* | | | | Merge pull request #10290 from owncloud/check_quota_on_new_via_webThomas Müller2014-08-081-0/+23
|\ \ \ \ \ | |_|_|_|/ |/| | | | check quota when trying to download a file via new -> web
| * | | | check quota when trying to download a file via new -> webJörn Friedrich Dreyer2014-08-081-0/+23
| | | | |
* | | | | only show "share with others" and "share by link" navigation bar entries if ↵Bjoern Schiessle2014-08-081-18/+22
|/ / / / | | | | | | | | | | | | user is allowed to share files