aboutsummaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)Author
2023-12-27Update jQuery from 1.12.4 to 3.7.1HEADmasterChristian Weiske
2023-12-27Fix downloading of raw files with folder namesChristian Weiske
Previously an error occured for an URL like "http://phorkie.cwboo/18/rev-raw/1f656befc962f35c6adbce29f3fe30d8297489e8/foo/bar.ini": > Some errors in executing git command > Output: Error: fatal: ambiguous argument '1f656befc962f35c6adbce29f3fe30d8297489e8/foo': > unknown revision or path not in the working tree. > Use '--' to separate paths from revisions, like this: 'git <command> [<revision>...] -- [<file>...]'
2023-08-23Fix access to files with spaces in Apache 2.4.52+Christian Weiske
https://stackoverflow.com/q/75684314/282601
2023-03-21Do not use each() anymore (breaks on PHP 8)Christian Weiske
2018-03-21Fix E_NOTICE: Only variables should be passed by referenceChristian Weiske
2017-10-28Word-wrap for txt filesChristian Weiske
This means there are no line numbers for .txt anymore, but I find it more important to have word wrap. Resolves: https://github.com/cweiske/phorkie/issues/31
2017-10-28Update jquery from 1.7.2 to 1.12.4Christian Weiske
2017-04-18Move off sourceforgeChristian Weiske
2015-07-14jump to correct hash after renaming a fileChristian Weiske
2015-07-08google does not support openid anymore; remove the openid provider buttonsChristian Weiske
2015-07-08favicon on setup check pageChristian Weiske
2015-07-08do not use javascript for location reloadChristian Weiske
2015-07-07simple cache for rendered filesChristian Weiske
2015-07-06fix "reload" button on autologinChristian Weiske
2015-07-06Add "add file" button to display pageChristian Weiske
2015-07-06redirect paste url with ending slash on apacheChristian Weiske
2015-07-06single file edit: jump to file after savingChristian Weiske
2015-07-06move "additional options" button in the middle, and make it not so visibleChristian Weiske
2015-07-02we need auto width for pre tags in embedChristian Weiske
2015-02-03fix embed style inclusion and embed overflow handlingv0.5.0Christian Weiske
2015-02-02Add oEmbed supportChristian Weiske
2015-01-30Fix autologin in phar files and subdir installsChristian Weiske
2015-01-28some spacing between filesChristian Weiske
2015-01-28Automatically login to phorkieChristian Weiske
2015-01-27fix accidential bug in last commitChristian Weiske
2015-01-26javascript embedding supportChristian Weiske
2014-12-04Single file editingChristian Weiske
2014-07-09do not display deprecated errors (PEAR's Pager)Christian Weiske
2014-07-07automatically configure git paths (dir + public clone url)Christian Weiske
2014-07-04put config.php.dist in textarea for easier selecting and copyingChristian Weiske
2014-07-04config file setup instructionsChristian Weiske
2014-07-04Lead users to setup check page when no config file givenChristian Weiske
2014-07-04warn about remote fork config in setup and helpChristian Weiske
2014-07-04rework setup checkChristian Weiske
2014-07-04Merge remote-tracking branch 'origin/master'Christian Weiske
Conflicts: src/phorkie/Renderer/Geshi.php src/phorkie/SetupCheck.php
2014-07-04detect baseurl automatically, load config file from .pharChristian Weiske
2014-06-25let the session expire in 2 weeksChristian Weiske
2014-06-13PEAR is not E_STRICT compliantChristian Weiske
2014-05-15use composer-provided autoloader if it existsChristian Weiske
2014-05-14use stream_resolve_include_pathChristian Weiske
2014-05-14show newest repositories in list at firstChristian Weiske
2014-05-08display fork domainsChristian Weiske
2014-05-08display success flash message after forkingChristian Weiske
2014-05-06fix gist.github.com clone urlsChristian Weiske
2014-05-02basic web+fork handlingChristian Weiske
2014-04-30do not run setupcheck on every page loadChristian Weiske
2014-04-30add separate setupcheck fileChristian Weiske
2013-11-22first work on remote fork notifications with linkback (webmention/pingback)Christian Weiske
2013-11-21Use title of remote paste for forked one; use page title as fallbackChristian Weiske
2013-11-19Catch remote forking errors and display themChristian Weiske