aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-08-05Show error message if CSRF token does not matchesThomas Lange6-49/+69
2021-08-05Simplify the insert/update HTTP-POST params checkThomas Lange8-8/+8
2021-08-04Use "strpos" to validate "If-None-Match" headerThomas Lange1-14/+5
2021-08-04Add explicit parameter types for the "exit" methodThomas Lange1-1/+1
2021-08-04Move error page logic into the Application classThomas Lange3-30/+16
2021-08-04Add trailing slash to forbidden directory rulesThomas Lange2-2/+2
2021-08-03Update readme.mdThomas Lange1-2/+2
2021-08-03Show current page in categories <title> elementThomas Lange3-1/+12
2021-07-29Update the Apache and nginx configuration filesThomas Lange2-20/+27
2021-07-28Use foreach loop for registering the item routesThomas Lange1-34/+15
2021-07-28Migrator: Don't recreate Language object anymoreThomas Lange2-13/+12
2021-07-28Add "required" attribute to required form fieldsThomas Lange8-15/+15
2021-07-24Update CSS for "code" tag in error message boxThomas Lange3-0/+13
2021-07-24Language: Put search query between HTML "code" tagThomas Lange2-2/+2
2021-07-24Show message if search was not successfulThomas Lange2-2/+12
2021-07-24Create feed item's GUID manually in template fileThomas Lange3-13/+5
2021-07-24Remove configuration option "POST.FEED_GUID"Thomas Lange2-15/+5
2021-07-24Use correct config option for redirect singlesThomas Lange4-4/+4
2021-07-24Rename configuration options "*.SINGLE_REDIRECT"Thomas Lange1-4/+4
2021-07-23Decrease default feed size from 25 to 10 itemsThomas Lange1-1/+1
2021-07-22Add quick link from category item to post searchThomas Lange1-0/+1
2021-07-22Add "autofocus" attribute to HTML form fieldsThomas Lange8-8/+8
2021-07-22Add user and category filter on post searchThomas Lange3-2/+84
2021-07-22Move repository search functionality into a traitThomas Lange4-99/+109
2021-07-22Catch possible PDOException for search requestThomas Lange5-8/+46
2021-07-22Add pagination for search resultsThomas Lange7-15/+116
2021-07-22Bugfix: Escape "%" in URL params for sprintfThomas Lange1-0/+1
2021-07-22Add LIMIT and OFFSET parameters for search methodThomas Lange1-3/+7
2021-07-22Merge GET parameters into pagination URLThomas Lange1-1/+4
2021-07-22Add demo category and update other demo entitiesThomas Lange1-4/+6
2021-07-22Do not redefine properties of Entity classThomas Lange4-12/+0
2021-07-22Rename: Append "Repository" to repository classesThomas Lange6-22/+19
2021-07-22Add /rsrc/ to .gitignore (and use absolute paths)Thomas Lange1-2/+3
2021-07-20Implement new *content functions* feature (readme)Thomas Lange3-1/+159
2021-07-20Rename and reorganize several "get count" methodsThomas Lange7-43/+49
2021-07-19Add and use new parser/transformer classesThomas Lange5-83/+171
2021-07-19Replace option $ITEM.EMOTICONS with WRAP_EMOTICONSThomas Lange2-23/+2
2021-07-17Reduce the redundant mapping logic in repositoriesThomas Lange2-49/+33
2021-07-16Improve performance of parseUnicodeEmoticonsThomas Lange1-8/+10
2021-07-16Drop support for parsing ASCII emoticonsThomas Lange1-39/+0
2021-07-14Do some minor optimizations on the admin themeThomas Lange12-25/+25
2021-07-11Modify parameter list for getAll methodThomas Lange2-4/+5
2021-07-11Add template function to get data from a categoryThomas Lange1-3/+16
2021-07-11Remove wrapper function for strip_tagsThomas Lange1-9/+2
2021-07-11Reuse prepared statement in update methodThomas Lange1-4/+0
2021-07-11Add missing comment block on 404.phpThomas Lange1-0/+3
2021-07-10Bugfix: Include correct variable in function scopeThomas Lange1-1/+1
2021-07-10Remove pages from the RSS feed (readme)Thomas Lange15-122/+52
2021-07-10Fix unequal grid item widths (and use fr unit)Thomas Lange4-39/+30
2021-07-09Detect unsaved changes in content editorThomas Lange1-0/+31