aboutsummaryrefslogtreecommitdiff
path: root/src/phorkie/Repository
AgeCommit message (Collapse)Author
2023-03-22Fix error with git 2.25.1 complaining about missing committerChristian Weiske
.. needs current VersionControl_Git 0.7.0 that allows setting environment vars. Also add composer.lock so we know what exact versions worked.
2023-03-22Fix curly brace when accessing character inside stringChristian Weiske
2023-03-21Do not use each() anymore (breaks on PHP 8)Christian Weiske
2017-08-29Revert "Fixed bad owner/user config, causing pastes to fail with 'Please ↵Christian Weiske
tell me who you are'" This reverts commit b0396671c6aad090e6b9b5bc9d6b6886b9f0d4e3. The owner.* configuration is custom-made by phorkie. If we use user.*, anonymous commits automatically get the user.* settings which we do not want. Resolves: https://github.com/cweiske/phorkie/issues/27
2017-04-19Fixed bad owner/user config, causing pastes to fail with 'Please tell me who ↵Leo Leung
you are' "git help config" knows nothing about owner.* properties, only user.*.
2015-07-14jump to correct hash after renaming a fileChristian Weiske
2015-07-14fix crash when renaming fileChristian Weiske
This bug was introduced by the modified hash handling for caching in 2cd81a7
2015-07-06Add "add file" button to display pageChristian Weiske
2014-11-05fix fork display that broke after ini parsing fixChristian Weiske
2014-11-05work around PHP bug #68347: parse ini files in raw modeChristian Weiske
2014-07-10remove debug statementChristian Weiske
2014-07-09make mime type detection work on php-fpm which has no PATH env variableChristian Weiske
2014-07-09show reason for mime type detection failure in setup checkChristian Weiske
2014-07-07update-server-info on git pushes and forksChristian Weiske
2014-07-06create server info for http transportChristian Weiske
2014-07-04make mime_type_plaindetect work in .phar filesChristian Weiske
2014-06-13handle undefined local clone urlsChristian Weiske
2014-04-30check if mime type detection worksChristian Weiske
2013-12-03make linkback urls local if on same serverChristian Weiske
2013-11-22first work on remote fork notifications with linkback (webmention/pingback)Christian Weiske
2013-11-13allow creating directories with new file namesChristian Weiske
2013-11-12allow deleting and renaming of pastes with only binary filesChristian Weiske
2013-09-17webhook supportChristian Weiske
2013-09-16Disable editor on commit with --no-editElan Ruusamäe
2012-11-21first work on Fork origin display; works for local forksChristian Weiske
2012-10-25set correct update time when the user edits the pasteChristian Weiske
2012-10-24Part of #35: show paste ownerChristian Weiske
2012-10-24Part of #35: store owner in git configurationChristian Weiske
2012-10-01Fix bug #31: forked pastes cannot be remote forkedChristian Weiske
2012-09-28add fixme for open pear bugChristian Weiske
2012-09-27CS fixesChristian Weiske
2012-09-21do not use a commit messageChristian Weiske
2012-09-19Cleaned up files for 0.3 milestone.Justin J. Novack
2012-09-18FIX: Add identity to notes rather than commitJustin J. Novack
2012-09-17FIX: Files without eolJustin J. Novack
2012-09-16ADD: Commit as logged in userJustin J. Novack
2012-08-22Fixed bug where autodetect fails, wrong default set.Stephen Lang
2012-06-06fix bug #10: error when nothing submittedChristian Weiske
2012-06-05automatic detection of file typesChristian Weiske
2012-05-07use addRepo for indexing new repositoriesChristian Weiske
2012-05-01index pastes when they change/get createdChristian Weiske
2012-04-20update to latest services_libravatar releaseChristian Weiske
2012-04-18fix broken commit dotsv0.1.0Christian Weiske
2012-04-17move filename sanitation to toolsChristian Weiske
2012-04-17revision display supportChristian Weiske
2012-04-17do not ask libravatar for anonymous commitsChristian Weiske
2012-04-17use anonymous imageChristian Weiske
2012-04-17show history in sidebarChristian Weiske
2012-04-15do not show text field for binary filesChristian Weiske
2012-04-13fix ticket #1: error setting name with slashesChristian Weiske