aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix deleting of external sharesRobin Appelman2014-06-141-0/+1
|
* Properly set read permissions for webdav storagesRobin Appelman2014-06-141-1/+1
|
* generate better storage idsRobin Appelman2014-06-141-1/+1
|
* Use the movable mount system for external sharesRobin Appelman2014-06-143-39/+66
|
* Fix check for shared files inside sharesRobin Appelman2014-06-142-4/+5
|
* Fix checking for external share in encryptionRobin Appelman2014-06-141-1/+4
|
* if file doesn't exist, check parent folderBjoern Schiessle2014-06-142-0/+6
|
* Fix prompting for passwordRobin Appelman2014-06-143-16/+18
|
* Save mountpoints relative to the userRobin Appelman2014-06-141-6/+15
|
* Generate a unique nameRobin Appelman2014-06-141-0/+2
|
* Update for changes in masterRobin Appelman2014-06-141-1/+0
|
* exclude mounted server-to-server shares from encryptionBjoern Schiessle2014-06-141-4/+28
|
* make sure to enable incognito mode when mounting a public link and update ↵Bjoern Schiessle2014-06-142-0/+3
| | | | init status of the encryption app
* Scan the entire remote share at once by requesting the full file tree from ↵Robin Appelman2014-06-144-1/+147
| | | | the remote server
* Improve detection of whether we're in the files appRobin Appelman2014-06-141-1/+1
|
* Dont return false for internalPathRobin Appelman2014-06-141-0/+3
|
* Fix removing remote sharesRobin Appelman2014-06-141-0/+18
|
* Support path lengths up to 4000 charsRobin Appelman2014-06-141-1/+1
|
* Fix exposing single files over webdavRobin Appelman2014-06-142-3/+7
|
* Add interface for adding a public share to a different ownCloud instanceRobin Appelman2014-06-146-6/+84
|
* Add interface for accpeting external sharesRobin Appelman2014-06-145-0/+87
|
* Add coments to database and dont use sql keywords as table namesRobin Appelman2014-06-142-5/+14
|
* add remote/add external shares to managerRobin Appelman2014-06-141-0/+27
|
* Add server<->server sharing backendRobin Appelman2014-06-1413-17/+351
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-06-14358-5450/+1627
|
* remove double spaceMorris Jobke2014-06-141-1/+1
|
* Merge pull request #8978 from owncloud/movie_preview_improvementsMorris Jobke2014-06-141-8/+17
|\ | | | | movie previews: use file directly when it's stored locally and encryption is not enabled
| * movie previews: use file directly when it's stored locally and encryption is ↵Georg Ehrke2014-06-101-8/+17
| | | | | | | | not enabled, fixes #7756
* | Merge pull request #9025 from owncloud/fix-mail-settingsVolkan Gezer2014-06-131-2/+2
|\ \ | | | | | | fix mail settings save function - ref #8854
| * | fix mail settings save function - ref #8854Morris Jobke2014-06-131-2/+2
| | |
* | | Merge pull request #9018 from owncloud/dbms-socket-supportFrank Karlitschek2014-06-132-26/+20
|\ \ \ | |/ / |/| | Refactor OC_DB::connect() to properly support sockets.
| * | Don't specify host when using a socket.Andreas Fischer2014-06-121-1/+1
| | |
| * | Rename variable to indicate that it can be port and socket.Andreas Fischer2014-06-121-4/+4
| | |
| * | No need to check the port number as this will fail anyway.Andreas Fischer2014-06-121-1/+1
| | |
| * | Move getValue() to where required. This actually is not required "global data".Andreas Fischer2014-06-121-9/+5
| | |
| * | Move check for : to where it belongs, getting rid of $socket = false;Andreas Fischer2014-06-121-8/+5
| | |
| * | Extract common variables of $connectionParams.Andreas Fischer2014-06-121-11/+8
| | |
| * | Inline $port expression, getting rid of $port variable.Andreas Fischer2014-06-121-2/+1
| | |
| * | Fixes based on suggestionsjosh4trunks2014-06-111-11/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I use the term socket for any extension, either unix socket, or internet socket (port). I check if the socket is all digits * only integers 0 and larger would pass this test. I then check if the string is less than or equal to the maximum port number. By using "if($socket)" I make sure socket isn't false, empty, or the string '0'. I don't believe I need to initialize $port because $port will always be set if $socket is true. Please show me if I am wrong here. Thanks
| * | Update notes on dbhostjosh4trunks2014-06-051-1/+1
| | |
| * | Fix variable not always being defined.josh4trunks2014-06-041-0/+2
| | |
| * | Work with MySQL Socketsjosh4trunks2014-06-041-1/+8
| | | | | | | | | | | | | | | | | | | | | This passes anything that is not a valid port (0<int<65535) as a unix socket. I tested this with unix sockets; this needs to be tested with a non-standard mysql port as well but I don't foresee any issues. To use a unix socket, even one different than PHP's mysql.default_socket.. * Database Host = localhost:/path/to/socket
* | | Merge pull request #9010 from owncloud/fix_8941_admin_settings_messageMorris Jobke2014-06-1310-457/+0
|\ \ \ | | | | | | | | move mail template settings to templateeditor repo
| * | | move mail template editor from core to standalone templateeditor repoJörn Friedrich Dreyer2014-06-1310-457/+0
| | | |
| * | | access admin settings result message correctlyJörn Friedrich Dreyer2014-06-131-1/+1
|/ / /
* | | Merge pull request #8714 from owncloud/minor-fixesMorris Jobke2014-06-132-4/+4
|\ \ \ | | | | | | | | fix some minor issues
| * | | fix some minor issuesVolkan Gezer2014-06-132-4/+4
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-06-1342-186/+263
| | | |
* | | | Merge pull request #9017 from owncloud/maxheartbeatintervalMorris Jobke2014-06-132-1/+28
|\ \ \ \ | |/ / / |/| | | Added max heartbeat interval to prevent integer overflow
| * | | Added unit tests for heartbeat interval min/max valuesVincent Petry2014-06-121-1/+23
| | | |