summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #24912 from owncloud/session-tokens-apache-authVincent Petry2016-06-0111-13/+116
|\ | | | | Create session tokens for apache auth users
| * Create session tokens for apache auth usersChristoph Wurst2016-05-3111-13/+116
| |
* | Merge pull request #24869 from owncloud/ldap_capped_cacheVincent Petry2016-06-011-2/+6
|\ \ | | | | | | Use a capped memory cache for the user/group cache
| * | Use a capped memory cache for the user/group cacheRoeland Jago Douma2016-05-301-2/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | For #24403 When upgrading huge installations this can lead to memory problems as the cache will only grow and grow. Capping this memory will make sure we don't run out while during normal operation still basically cache everything.
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-06-0142-38/+100
| | |
* | | Update personal.php (#24923)MTRichards2016-05-311-1/+1
| | |
* | | Merge pull request #24851 from owncloud/ldap-static-method-logVincent Petry2016-05-311-3/+2
|\ \ \ | | | | | | | | Hack to prevent infinite loop with LDAP + logging
| * | | Hack to prevent infinite loop with LDAP + loggingVincent Petry2016-05-311-3/+2
| | | | | | | | | | | | | | | | Forward port of a50619200c6a08929dbe802118a6afadb376b866 to 9.1/master
* | | | Merge pull request #24907 from owncloud/properly-check-for-mbstringVincent Petry2016-05-311-1/+1
|\ \ \ \ | |/ / / |/| | | Properly check for mbstring extension
| * | | Properly check for mbstring extensionLukas Reschke2016-05-311-1/+1
| | | | | | | | | | | | | | | | mb_detect_encoding is in the fallback we ship in the polyfill library, mb_strcut is not. Thus this lead to a false positive and ownCloud would just break.
* | | | Merge pull request #24904 from owncloud/ext-fix-smbVincent Petry2016-05-311-4/+2
|\ \ \ \ | |_|_|/ |/| | | Fix SMB backend registration
| * | | Fix SMB backend registrationRobin McCorkell2016-05-301-4/+2
| | | |
* | | | Merge pull request #24822 from owncloud/fix-download-spinnerVincent Petry2016-05-312-4/+4
|\ \ \ \ | | | | | | | | | | fixes size of the download spinner
| * | | | fixes size of the download spinnerVincent Chan2016-05-302-4/+4
| | | | |
* | | | | Merge pull request #24769 from ↵Vincent Petry2016-05-311-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-24752-no-ui-message-when-integrity-disabled Only show message in the UI when the checker is enabled
| * | | | | Only show message in the UI when the checker is enabledJoas Schilling2016-05-231-1/+1
| | | | | |
* | | | | | Merge pull request #22875 from owncloud/bz2-supportVincent Petry2016-05-313-1/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add bzip2 to known mimetypes
| * | | | | | Add bzip2 to known mimetypesVictor Dubiniuk2016-05-303-1/+5
| | | | | | |
* | | | | | | Merge pull request #24889 from ↵Vincent Petry2016-05-312-0/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/add-warning-wrong-transaction-isolation-level Add a warning when the transaction isolation level is not READ_COMMITED
| * | | | | | | Add a warning when the transaction isolation level is not READ_COMMITEDJoas Schilling2016-05-302-0/+22
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #24795 from ↵Vincent Petry2016-05-312-2/+3
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-24789-reset-password-link-new-window Allow opening the password reset link in a new window when its a URL
| * | | | | | | Allow opening the password reset link in a new window when its a URLJoas Schilling2016-05-242-2/+3
| | | | | | | |
* | | | | | | | Merge pull request #24628 from owncloud/decryptall-checkifneedsprocessingVincent Petry2016-05-312-6/+13
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | [decrypt_all] Check if file needs to decrypted or not for speed up large oc setups.
| * | | | | | | | fix unit testsBjörn Schießle2016-05-301-3/+4
| | | | | | | | |
| * | | | | | | | Use isEncrpyted() insteadVincent Petry2016-05-301-1/+1
| | | | | | | | |
| * | | | | | | | Respect oc coding style guide.Christian Jürges2016-05-301-1/+1
| | | | | | | | |
| * | | | | | | | Check if file needs to decrypted or not for speed up large oc setups.Christian Jürges2016-05-301-3/+9
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge pull request #16688 from owncloud/tests-dockerapachewebdavVincent Petry2016-05-313-7/+160
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | Add morrisjobke/webdav docker container for external storage tests
| * | | | | | | Fix webdav test env scripts to also work on CIVincent Petry2016-05-302-7/+24
| | | | | | | |
| * | | | | | | Check whether remote DAV server accepted the mtime on touchVincent Petry2016-05-301-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ownCloud as remote DAV always accepts the mtime on touch, but other servers like Apache's DAV server doesn't. The latter doesn't give any visible hint in its response to detect this case, so this fix does a subsequent PROPFIND to check whether the mtime was actually set. Since a touch() operation seldom happens (only on uploads), the minor performance loss should hopefully be acceptable.
| * | | | | | | Fix webdav destination header when overwriting foldersVincent Petry2016-05-301-6/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The trailing slash is needed when talking to Apache's mod_dav server
| * | | | | | | Add morrisjobke/webdav docker container for external storage testsVincent Petry2016-05-302-0/+110
| |/ / / / / /
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-3122-14/+134
| | | | | | |
* | | | | | | Fix for #23066 (#24689)Torben Dannhauer2016-05-313-4/+8
| |_|_|_|/ / |/| | | | |
* | | | | | Merge pull request #20150 from pellaeon/pr-droppable-hover-visual-cueVincent Petry2016-05-304-3/+11
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Add visual cue when moving draggable item over droppable item,
| * | | | | Fix breadcrumb background right arrow due to incorrect background-image syntaxPellaeon Lin2016-05-211-1/+3
| | | | | |
| * | | | | Make entire file tr droppable,Pellaeon Lin2016-05-212-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | so that .canDrop will highlight the entire row when drag hover
| * | | | | Add visual cue when moving draggable item over droppable item,Pellaeon Lin2016-05-213-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | ie. breadcrumb and filenameTd
* | | | | | Allow setting debug as loglevel via occ log_manage (#24834)Joas Schilling2016-05-301-1/+2
| |_|/ / / |/| | | |
* | | | | [testing] Allow to lock a file without the lock being killed at the end of ↵Joas Schilling2016-05-304-0/+312
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the request (#22823) * Allow to lock a file without the lock being killed at the end of the request * Make DB locking detectable
* | | | | trigger size calculation after scanning (#24875)Robin Appelman2016-05-301-0/+6
| |_|_|/ |/| | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-3026-76/+40
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2916-8/+56
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2820-54/+116
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2762-30/+298
| | | |
* | | | Merge pull request #24796 from owncloud/fix-mailmapLukas Reschke2016-05-26856-1041/+1629
|\ \ \ \ | | | | | | | | | | Adjust mail entries
| * | | | Update license headersLukas Reschke2016-05-26855-1026/+1609
| | | | |
| * | | | Add new mailmap fileLukas Reschke2016-05-261-15/+20
|/ / / /
* | | | One more PSR-4 fix (#24852)Joas Schilling2016-05-261-6/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-05-2648-222/+540
| | | |