Age | Commit message (Expand) | Author | Files | Lines |
2021-10-02 | Don't use suppression operator for "session_start" | Thomas Lange | 1 | -1/+3 |
2021-10-02 | Fix wrong color scheme identifier in migration.php | Thomas Lange | 1 | -1/+1 |
2021-09-27 | Fix incorrect parameter list for logout action | Thomas Lange | 1 | -1/+1 |
2021-09-19 | Pre-select the current user in page/post form | Thomas Lange | 2 | -2/+4 |
2021-09-19 | Rename some session array keys | Thomas Lange | 2 | -5/+5 |
2021-08-29 | Check for "is_file" in the SPL class autoloader | Thomas Lange | 1 | -4/+8 |
2021-08-26 | Add underline for blue hyperlinks in admin theme | Thomas Lange | 3 | -3/+16 |
2021-08-26 | Don't use wrapper function "escapeHTML" internally | Thomas Lange | 1 | -2/+2 |
2021-08-26 | Explicitly set placeholder color for admin theme | Thomas Lange | 3 | -0/+24 |
2021-08-26 | Explicitly set scrollbar colors for admin theme | Thomas Lange | 5 | -0/+108 |
2021-08-10 | Exclude "_modified" property from "getAll" method | Thomas Lange | 1 | -0/+1 |
2021-08-10 | Add "getModifiedKeys" method to EntityInterface | Thomas Lange | 1 | -0/+1 |
2021-08-10 | Declare "set" method of Entity class as void | Thomas Lange | 2 | -4/+3 |
2021-08-10 | Add a better mechanism to detect Entity changes | Thomas Lange | 7 | -61/+68 |
2021-08-10 | Clear floating for #message-list-wrapper | Thomas Lange | 3 | -0/+3 |
2021-08-09 | Merge regex pattern for search and feed controller | Thomas Lange | 1 | -17/+5 |
2021-08-09 | Show ID in the heading of the update template | Thomas Lange | 4 | -4/+16 |
2021-08-09 | Show action button list in entity update template | Thomas Lange | 7 | -4/+23 |
2021-08-09 | Pass entity template data to the update template | Thomas Lange | 4 | -0/+4 |
2021-08-09 | Fix some inconsistent variable names | Thomas Lange | 4 | -12/+12 |
2021-08-05 | Update link to MySQL documentation in translations | Thomas Lange | 4 | -6/+6 |
2021-08-05 | Enhance error message for invalid CSRF token | Thomas Lange | 2 | -2/+2 |
2021-08-05 | Don't check return value of insert/delete methods | Thomas Lange | 8 | -24/+16 |
2021-08-05 | Show error message if CSRF token does not matches | Thomas Lange | 6 | -49/+69 |
2021-08-05 | Simplify the insert/update HTTP-POST params check | Thomas Lange | 8 | -8/+8 |
2021-08-04 | Use "strpos" to validate "If-None-Match" header | Thomas Lange | 1 | -14/+5 |
2021-08-04 | Add explicit parameter types for the "exit" method | Thomas Lange | 1 | -1/+1 |
2021-08-04 | Move error page logic into the Application class | Thomas Lange | 3 | -30/+16 |
2021-08-04 | Add trailing slash to forbidden directory rules | Thomas Lange | 2 | -2/+2 |
2021-08-03 | Update readme.md | Thomas Lange | 1 | -2/+2 |
2021-08-03 | Show current page in categories <title> element | Thomas Lange | 3 | -1/+12 |
2021-07-29 | Update the Apache and nginx configuration files | Thomas Lange | 2 | -20/+27 |
2021-07-28 | Use foreach loop for registering the item routes | Thomas Lange | 1 | -34/+15 |
2021-07-28 | Migrator: Don't recreate Language object anymore | Thomas Lange | 2 | -13/+12 |
2021-07-28 | Add "required" attribute to required form fields | Thomas Lange | 8 | -15/+15 |
2021-07-24 | Update CSS for "code" tag in error message box | Thomas Lange | 3 | -0/+13 |
2021-07-24 | Language: Put search query between HTML "code" tag | Thomas Lange | 2 | -2/+2 |
2021-07-24 | Show message if search was not successful | Thomas Lange | 2 | -2/+12 |
2021-07-24 | Create feed item's GUID manually in template file | Thomas Lange | 3 | -13/+5 |
2021-07-24 | Remove configuration option "POST.FEED_GUID" | Thomas Lange | 2 | -15/+5 |
2021-07-24 | Use correct config option for redirect singles | Thomas Lange | 4 | -4/+4 |
2021-07-24 | Rename configuration options "*.SINGLE_REDIRECT" | Thomas Lange | 1 | -4/+4 |
2021-07-23 | Decrease default feed size from 25 to 10 items | Thomas Lange | 1 | -1/+1 |
2021-07-22 | Add quick link from category item to post search | Thomas Lange | 1 | -0/+1 |
2021-07-22 | Add "autofocus" attribute to HTML form fields | Thomas Lange | 8 | -8/+8 |
2021-07-22 | Add user and category filter on post search | Thomas Lange | 3 | -2/+84 |
2021-07-22 | Move repository search functionality into a trait | Thomas Lange | 4 | -99/+109 |
2021-07-22 | Catch possible PDOException for search request | Thomas Lange | 5 | -8/+46 |
2021-07-22 | Add pagination for search results | Thomas Lange | 7 | -15/+116 |
2021-07-22 | Bugfix: Escape "%" in URL params for sprintf | Thomas Lange | 1 | -0/+1 |