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
AgeCommit message (Expand)Author
2013-02-04Also allow local filesLukas Reschke
2013-02-04Allow the loading of local font files embedded via data:Lukas Reschke
2013-02-04Allow loading of external fontsLukas Reschke
2013-01-26Remove the CSP header for FirefoxLukas Reschke
2013-01-25Allow the loading of external imagesLukas Reschke
2013-01-23Notice about changing the standard policyLukas Reschke
2013-01-23Allow admins to change the CSP policy in the config fileLukas Reschke
2013-01-22Allow eval() and send headers for legacy browsersLukas Reschke
2013-01-22Allow iframes to external domainsLukas Reschke
2013-01-21Correct copy paste failLukas Reschke
2013-01-21Disallow inline JSLukas Reschke
2013-01-20Add the default-srcLukas Reschke
2013-01-20Add CSP headerLukas Reschke
2013-01-16Spaces to tabsBart Visscher
2013-01-15handling proper display of files/folders with negative sizeThomas Mueller
2012-12-04Fix a dirty function preventing showing errorsBrice Maron
2012-11-24A new function to create nice error page. And use it for fatal db errorsFrank Karlitschek
2012-11-14fix translation issues with previous commitAlessandro Cosentino
2012-11-14uncomment hours entries in relative date functionsAlessandro Cosentino
2012-11-04Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller
2012-11-04Merge pull request #238 from fmms/checkstyle04Thomas Müller
2012-11-04Merge pull request #178 from owncloud/JustOneCSRFTokenPerSessionLukas Reschke
2012-11-04Checkstyle fixes: NoSpaceAfterCommaFelix Moeller
2012-11-04Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller
2012-11-02Checkstyle: many fixesFelix Moeller
2012-10-31Create only one CSRF token per sessionLukas Reschke
2012-10-28added functions for printing escaped and unescaped valuesBernhard Posselt
2012-10-22Correct a first issue Checkstyle is complaining about ...Felix Moeller
2012-10-10Correct indentationLukas Reschke
2012-10-05always generate access token, also for forms shown to anonymous users (e.g. p...Björn Schießle
2012-09-28Fix to preserve backward compatibility for apps creating static links contain...Christian Reiner
2012-09-28Reimplementation of CSRF protection including autorefreshChristian Reiner
2012-09-23fix some more phpdocRobin Appelman
2012-09-21fix translation for core/lostpasswordscambra
2012-09-07adding space between) and {Thomas Mueller
2012-09-03Add args parameter to linkTo(Absolute) function, to append the args automaticlyBart Visscher
2012-08-31fix translations within subfolder /libThomas Mueller
2012-08-29Space before tab fixesBart Visscher
2012-08-29Whitespace fixes in libBart Visscher
2012-08-25Merge branch 'master' of git://gitorious.org/owncloud/owncloud into oracle-su...Jörn Friedrich Dreyer
2012-07-20fix unused variablesRobin Appelman
2012-06-21Merge branch 'master' into multi_app_dirBrice Maron
2012-06-20use new sanitize HTML function backportedBjoern Schiessle
2012-06-19removing sanitizeHTML() function from template.php since I moved it to util.phpBjoern Schiessle
2012-06-19use new sanitize HTML functionBjoern Schiessle
2012-06-18Force sanitize function to use UTF8 (for php lower than 5.4)Brice Maron
2012-06-18Move page layout handling to its own classBart Visscher
2012-06-18Move formfactor code to OC_TemplateBart Visscher
2012-06-15Merge branch 'master' into multi_app_dirBrice Maron
2012-06-14Backport CSRF prevention.Thomas Tanghus