allow people to logout and login in secure mode
[phorkie.git] / src /
2012-09-17 Christian Weiskeget rid of openid config file
2012-09-17 Justin J. NovackFIX: Combine auth.php to login.php
2012-09-17 Justin J. NovackPEAR Coding Standards intermediate update for files...
2012-09-17 Justin J. NovackMerge with updates from cweiske/master
2012-09-16 Christian WeiskeImplement request #12: DOAP documents for all pastes
2012-09-16 Justin J. NovackUpdated ChangeLog and README.rst
2012-09-16 Justin J. Novackdata/templates/revision-head.htm - ADD: display commit...
2012-09-16 Justin J. NovackADD: Commit as logged in user
2012-09-16 Justin J. NovackAdded OpenID Authentication
2012-09-13 Justin J. NovackMoved GeSHi location variable to config.default.php
2012-08-22 Christian WeiskeMerge remote-tracking branch 'skl85/hotfix-extautodetect'
2012-08-22 Stephen LangFixed bug where autodetect fails, wrong default set.
2012-06-06 Christian Weiskefix bug #10: error when nothing submitted
2012-06-05 Christian Weisketalk about mime_type_plaindetect
2012-06-05 Christian Weiskeautomatic detection of file types
2012-06-05 Christian Weiskefix e_notice
2012-06-05 Christian Weiskedelete repository from index when deleting it
2012-05-08 Christian Weiskedelete elasticsearch index when indexing to clean up...
2012-05-07 Christian Weiskeuse addRepo for indexing new repositories
2012-05-07 Christian Weiskeuse getTitle method
2012-05-07 Christian Weiskeimplement request #3: show recent pastes in "New paste...
2012-05-07 Christian Weiskedo not show search box when no search adapter configured
2012-05-07 Christian Weiskenull adapter that is used when no search adapter is...
2012-05-07 Christian Weiskeadd interfaces for database adapter
2012-05-07 Christian Weiskemove elasticsearch code in one folder
2012-05-07 Christian Weiskeuse httprequest wrapper to automatically check for...
2012-05-05 Christian Weiskefix warning
2012-05-04 Christian Weiskeuse a real pager now
2012-05-03 Christian Weiskemore package deps
2012-05-03 Christian Weiskesearch paging
2012-05-02 Christian Weiskeautomatic mapping setup for elasticsearch through setup...
2012-05-01 Christian Weiskedelete previous files when updating
2012-05-01 Christian Weiskeindex pastes when they change/get created
2012-05-01 Christian Weiskedefault operator is AND now
2012-05-01 Christian Weiskethrow exception when search throws exception
2012-05-01 Christian Weiskesearching works now (pager missing)
2012-04-26 Christian Weiskerender files without extension <= 4kiB as text
2012-04-26 Christian Weiskerender javascript files. damn the IANA guys who decidde...
2012-04-26 Christian Weiskecheck for services_libravatar
2012-04-26 Christian Weiskecheck git version in setupcheck
2012-04-20 Christian Weiskeupdate to latest services_libravatar release
2012-04-18 Christian Weiskefix broken commit dots v0.1.0
2012-04-18 Christian Weiskesetup check
2012-04-17 Christian Weiskefix historic binary file downloads
2012-04-17 Christian Weiskeraw download for older revisions
2012-04-17 Christian Weiskemove filename sanitation to tools
2012-04-17 Christian Weiskedo not show tools when looking at revision
2012-04-17 Christian Weiskerevision display support
2012-04-17 Christian Weiskedo not ask libravatar for anonymous commits
2012-04-17 Christian Weiskeuse anonymous image
2012-04-17 Christian Weiskeshow history in sidebar
2012-04-15 Christian Weiskefix git clone urls
2012-04-15 Christian Weiskeno code div for images
2012-04-15 Christian Weiskedo not show text field for binary files
2012-04-15 Christian Weiskeuse key as class name
2012-04-15 Christian Weiskeadd image renderer
2012-04-13 Christian Weiskephp lint (syntax validation) support
2012-04-13 Christian Weiskedo not overwrite variable
2012-04-13 Christian Weiskehighlighting of errorneous lines in from tool output
2012-04-13 Christian Weiskefirst tool supported: xmllint
2012-04-13 Christian Weiskefix ticket #1: error setting name with slashes
2012-04-13 Christian Weiskefix git dir creation
2012-04-13 Christian Weiskefix git dir creation
2012-04-11 Christian Weiskeseparate git and work directories - gives nicer public...
2012-04-05 Christian Weiskebasic file upload works
2012-04-04 Christian Weiskeautomatically add file extension to new files when...
2012-04-03 Christian Weiskedeleting files works now
2012-04-03 Christian Weiskeshow public and private git urls if configured
2012-04-03 Christian Weiskebetter rst error handling
2012-04-03 Christian WeiskerST rendering is possible now
2012-04-03 Christian Weiskerename Phorkie to phorkie (lowercase)
2012-04-03 Christian Weiskeproper type dropdown for files now
2012-04-03 Christian Weiskefile type and language definition happens in config...
2012-04-02 Christian Weiskedo not add files that are empty and have no name
2012-04-02 Christian Weiskeinclude geshi only once
2012-03-30 Christian Weiskepaste deletion is possible now
2012-03-29 Christian Weiskemerge paste creation and paste edit code
2012-03-28 Christian Weiskeediting works basically
2012-03-28 Christian Weiskepreparation for file editing
2012-03-28 Christian Weiskedetermine mime type by file extension, not by geshi...
2012-03-28 Christian Weiskehighlighting for htm/html files
2012-03-27 Christian Weiskexml mime type
2012-03-27 Christian Weiskelisting all pastes works
2012-03-26 Christian Weiskeforking works now
2012-03-26 Christian Weiskeuse repositories class
2012-03-26 Christian Weiskeno error when no description
2012-03-26 Christian Weiskesyntax highlighting with geshi
2012-03-26 Christian Weiskeraw download support
2012-03-26 Christian Weiskeuse repository and file classes