summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | return a list of all public keys for a given fileBjoern Schiessle2012-08-031-21/+16
| * | | | | | | | | | | | | | | update file encryption key over webdav properties for client side encryptionBjoern Schiessle2012-07-312-4/+30
| * | | | | | | | | | | | | | | url needs to be case sensitive to be able to have files and paths as part of ...Bjoern Schiessle2012-07-301-1/+1
| * | | | | | | | | | | | | | | get/set key files, take shared files into accountBjoern Schiessle2012-07-301-2/+2
| * | | | | | | | | | | | | | | ocs call to get file key for client side enncryptionBjoern Schiessle2012-07-301-17/+21
| * | | | | | | | | | | | | | | write keyfiles to serverBjoern Schiessle2012-07-272-12/+32
| * | | | | | | | | | | | | | | write private/public key from the client to the serverBjoern Schiessle2012-07-261-21/+37
| * | | | | | | | | | | | | | | implemented publicKeyGet() and privateKeyGet() callsBjoern Schiessle2012-07-261-27/+38
| * | | | | | | | | | | | | | | Wrote new methods for testing if a file is encrypted using AES or BlowfishSam Tuke2012-07-241-2/+8
| * | | | | | | | | | | | | | | moved to ocs.php from master and added dummy functions for the keyserverBjoern Schiessle2012-07-241-26/+115
| * | | | | | | | | | | | | | | moved to ocs.php from master and added dummy functions for the keyserverBjoern Schiessle2012-07-241-423/+579
* | | | | | | | | | | | | | | | Merge branch 'master' into no-inline-jsLukas Reschke2013-01-226-1/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-213-0/+3
| * | | | | | | | | | | | | | | cached queries need to be reset on schema change because they become invalidThomas Mueller2013-01-201-0/+3
| * | | | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-202-1/+3
* | | | | | | | | | | | | | | | Allow eval() and send headers for legacy browsersLukas Reschke2013-01-221-2/+6
* | | | | | | | | | | | | | | | Allow iframes to external domainsLukas Reschke2013-01-221-2/+2
* | | | | | | | | | | | | | | | Move to OC_AppLukas Reschke2013-01-211-0/+66
* | | | | | | | | | | | | | | | IndentationLukas Reschke2013-01-211-16/+16
* | | | | | | | | | | | | | | | Correct copy paste failLukas Reschke2013-01-211-1/+1
* | | | | | | | | | | | | | | | Move requesttoken to oc-requesttoken.jsLukas Reschke2013-01-211-0/+1
* | | | | | | | | | | | | | | | Disallow inline JSLukas Reschke2013-01-201-0/+1
* | | | | | | | | | | | | | | | Add the default-srcLukas Reschke2013-01-201-2/+2
* | | | | | | | | | | | | | | | Add CSP headerLukas Reschke2013-01-201-4/+5
|/ / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | Also replace the backslash with a minusLukas Reschke2013-01-191-1/+2
* | | | | | | | | | | | | | | Merge pull request #1214 from Raydiation/masterBernhard Posselt2013-01-191-0/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | spaces to tabsBernhard Posselt2013-01-171-12/+12
| * | | | | | | | | | | | | | load classpaths of apps before routesBernhard Posselt2013-01-171-0/+17
* | | | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-192-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #986 from owncloud/fixing-784-masterThomas Müller2013-01-182-2/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | fixing indentThomas Mueller2013-01-182-26/+26
| * | | | | | | | | | | | | | Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-116-277/+611
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into fixing-784-masterThomas Mueller2013-01-0630-732/+1063
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | the maximum upload size is now part of the response of the upload and delete ...Thomas Müller2012-12-202-0/+27
* | | | | | | | | | | | | | | Typo fix (comment) /lib/base.phpdavidgumberg2013-01-181-1/+1
* | | | | | | | | | | | | | | Fix wrong word in commentBart Visscher2013-01-181-1/+1
* | | | | | | | | | | | | | | fix error message, add "appid" to the output to know which app caused the err...Björn Schießle2013-01-181-1/+1
* | | | | | | | | | | | | | | Merge pull request #1205 from owncloud/ocs_apiThomas Müller2013-01-181-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Correct spelling of 'Authorization'tomneedham2013-01-171-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Fix incorrect indentationTom Needham2013-01-161-2/+2
| * | | | | | | | | | | | | | Return 401 headers when authentication is required for the api callTom Needham2013-01-161-0/+2
* | | | | | | | | | | | | | | Merge pull request #1181 from owncloud/return-503-in-maintenanceThomas Müller2013-01-181-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | in case of maintenance the error page returns http status 503.Thomas Mueller2013-01-141-0/+6
* | | | | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-1810-0/+10
| |_|_|_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #1148 from seancomeau/topic/setupFrank Karlitschek2013-01-161-5/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | Rename TestException to DatabaseSetupExceptionSean Comeau2013-01-141-5/+5
| * | | | | | | | | | | | | | | Use a custom exception instead of adding a delimiter to the error messageSean Comeau2013-01-141-8/+31
| * | | | | | | | | | | | | | | Throw an exception when creating a MySQL user fails and display exception err...Sean Comeau2013-01-101-3/+10
| | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-01-171-0/+1
| |_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Whitespace cleanupBart Visscher2013-01-1626-80/+78