Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2014-08-17[tx-robot] updated from transifexJenkins for ownCloud
2014-08-16Merge pull request #10276 from owncloud/skip-webdavputLukas Reschke
skip WebdavTest of encryption
2014-08-16Merge pull request #10447 from owncloud/share-foldericonfixMorris Jobke
Fixed folder icon update routine when share owner exists
2014-08-16[tx-robot] updated from transifexJenkins for ownCloud
2014-08-15Merge pull request #10449 from owncloud/share-clientsidesortnoservercallLukas Reschke
Client side sort for sharing overview
2014-08-15ssl capitalVolkan Gezer
2014-08-15Client side sort for sharing overviewVincent Petry
Since the server doesn't support sorting, use client side sort directly instead of calling reload() first.
2014-08-15Fixed folder icon update routine when share owner existsVincent Petry
Whenever a folder has a "data-share-owner" attribute, the icon is now properly updated to a shared folder icon.
2014-08-15login as user1 before performing a testBjoern Schiessle
2014-08-15[tx-robot] updated from transifexJenkins for ownCloud
2014-08-15Merge pull request #10374 from ogasser/compare_upload_limit_against_biggest_fileJan-Christoph Borchardt
Compare upload limit against biggest file
2014-08-14Merge pull request #10398 from owncloud/external-share-ssl-warnRobin Appelman
Give a better error message for external shares with self-signed ssl certificates
2014-08-14Merge pull request #10295 from owncloud/file_actions_error_handlingBjörn Schießle
file actions improved error handling
2014-08-14[tx-robot] updated from transifexJenkins for ownCloud
2014-08-14Merge pull request #10396 from owncloud/kill-filesyncThomas Müller
Kill filesync.php in files/appinfo
2014-08-13Cast file id's to int so we can compare them properlyRobin Appelman
2014-08-13Give a better error message for external shares with self-signed ssl ↵Robin Appelman
certificates
2014-08-13Kill filesync.php in files/appinfoMorris Jobke
* ref comment: https://github.com/owncloud/core/issues/10392#issuecomment-52050567
2014-08-13Merge pull request #9754 from owncloud/enc_support_aes_256Vincent Petry
[encryption] support aes 256
2014-08-13[tx-robot] updated from transifexJenkins for ownCloud
2014-08-12fixes from git push forceMorris Jobke
2014-08-12add unit testsBjoern Schiessle
2014-08-12fix detection of system wide mount pointsBjoern Schiessle
2014-08-12Compare upload limit against biggest fileOliver Gasser
When uploading multiple files from the web interface, compare the PHP upload limit against the largest file, not against the sum of all files.
2014-08-12Merge pull request #10357 from owncloud/l10n-alert-fixVolkan Gezer
Fix alert text
2014-08-12[tx-robot] updated from transifexJenkins for ownCloud
2014-08-12Fix alert textVolkan Gezer
2014-08-11Transifex suggestion by mnestisVolkan Gezer
2014-08-11Merge pull request #9848 from dupondje/masterblizzz
Fix memberOf detection. Fixes: #9835
2014-08-11Fix initializing in #9848Jean-Louis Dupond
2014-08-11Merge pull request #10303 from owncloud/sharing-breadcrumb-folder-nameRobin Appelman
use OC_Util::basename
2014-08-11new unit test addedBjoern Schiessle
2014-08-11no error if we try to delete a file which no longer existsBjoern Schiessle
2014-08-11no special action for folder named 'Shared' neededBjoern Schiessle
2014-08-11add error message if user wants to rename a file which no longer existsBjoern Schiessle
2014-08-11Fix remarks in #9848Jean-Louis Dupond
2014-08-11[tx-robot] updated from transifexJenkins for ownCloud
2014-08-10[tx-robot] updated from transifexJenkins for ownCloud
2014-08-09[tx-robot] updated from transifexJenkins for ownCloud
2014-08-08Merge pull request #10290 from owncloud/check_quota_on_new_via_webThomas Müller
check quota when trying to download a file via new -> web
2014-08-08check quota when trying to download a file via new -> webJörn Friedrich Dreyer
2014-08-08only show "share with others" and "share by link" navigation bar entries if ↵Bjoern Schiessle
user is allowed to share files
2014-08-08Merge pull request #10280 from owncloud/lazyloading-earlierMorris Jobke
trigger lazy loading earlier, fix #9823
2014-08-08[tx-robot] updated from transifexJenkins for ownCloud
2014-08-08trigger lazy loading earlier, fix #9823Jan-Christoph Borchardt
2014-08-08Merge pull request #10248 from owncloud/enc_remove_keys_from_sessionMorris Jobke
add logout hook to remove keys from session
2014-08-07Merge pull request #10261 from owncloud/fix-9829Thomas Müller
ldap_ prefix will be added in invokeLDAPMethod(), having it would lead t...
2014-08-07ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a ↵Arthur Schiwon
unexisting function, fixes #9829
2014-08-07add logout hook to remove keys from sessionBjoern Schiessle
2014-08-07Merge pull request #10238 from ↵Thomas Müller
owncloud/fix-public-download-with-encryption-master we can only close the session if encryption is not used