{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":94528794,"defaultBranch":"master","name":"Nibiru","ownerLogin":"alllinux","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2017-06-16T09:31:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/12954718?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1710149115.0","currentOid":""},"activityList":{"items":[{"before":"f27267c610db76322b12e64d3c5d1b0bbc217d3b","after":"267cfcad4ffd45d16c233815a200c8dd5c4cd5a1","ref":"refs/heads/master","pushedAt":"2024-03-27T12:50:17.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #19 from alllinux/v1.0.1\n\nChanged Class reference and renamed Module.php file","shortMessageHtmlLink":"Merge pull request #19 from alllinux/v1.0.1"}},{"before":"e92091f23564590bf9a030847ba92c97e167e0e8","after":"bef8735c43a2ef5a25e92771151ef1d9e85da543","ref":"refs/heads/v1.0.1","pushedAt":"2024-03-27T12:50:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Changed Class reference and renamed Module.php file\n\nThe name of 'Module.php' file in 'core/c' directory has been renamed to lowercase 'module.php', ensuring consistency across all filenames. The code inside the file has been updated, replacing '__CLASS__' with 'get_called_class()', allowing the correct class scope to be referenced even in an inherited context and ensuring proper function of '_set' and '_get' methods.","shortMessageHtmlLink":"Changed Class reference and renamed Module.php file"}},{"before":"b6068ce5a389d806a2c62f0ec20ed90a375eac32","after":"f27267c610db76322b12e64d3c5d1b0bbc217d3b","ref":"refs/heads/master","pushedAt":"2024-03-27T11:24:55.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #18 from alllinux/v1.0.1\n\nRefactor and enhance database and form operations","shortMessageHtmlLink":"Merge pull request #18 from alllinux/v1.0.1"}},{"before":"a793f79798b4b60928db08516030833156e0030e","after":"e92091f23564590bf9a030847ba92c97e167e0e8","ref":"refs/heads/v1.0.1","pushedAt":"2024-03-27T11:24:33.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Refactor and enhance database and form operations\n\nSignificant changes have been implemented in the database operations, particularly in update and insert functions, ensuring more stable and efficient handling of queries. Form capabilities have been enhanced by adding new attributes for processing decimal steps, further improving data input methods. This update also includes considerable refactoring and security enhancements in the PDO class.","shortMessageHtmlLink":"Refactor and enhance database and form operations"}},{"before":"0509790655df96f00a1a097ea5971aef63dba532","after":"b6068ce5a389d806a2c62f0ec20ed90a375eac32","ref":"refs/heads/master","pushedAt":"2024-03-21T15:25:49.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #17 from alllinux/v1.0.1\n\nUpdate database operations and form capabilities","shortMessageHtmlLink":"Merge pull request #17 from alllinux/v1.0.1"}},{"before":"a7ce13334c1e4ea937dc08cba2c81ad4996695ca","after":"a793f79798b4b60928db08516030833156e0030e","ref":"refs/heads/v1.0.1","pushedAt":"2024-03-21T15:25:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Update database operations and form capabilities\n\nDatabase operations have been redefined and additional functionality has been added for handling database queries. Functions for updating rows by ID and inserting array into table have been updated for better reliability. In addition, new form attributes for managing decimal steps have been added to enhance data input capabilities. Refactoring and security improvements have also been addressed in the PDO class.","shortMessageHtmlLink":"Update database operations and form capabilities"}},{"before":"1397cace54e70b9569d5734f0de87b3289a9b1c9","after":"0509790655df96f00a1a097ea5971aef63dba532","ref":"refs/heads/master","pushedAt":"2024-03-12T09:36:43.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #16 from alllinux/v1.0.1\n\nAdd placeholder attribute to search form","shortMessageHtmlLink":"Merge pull request #16 from alllinux/v1.0.1"}},{"before":"c7f89194ea9cd5df7d560c3755d8de2b7b6a22a4","after":"a7ce13334c1e4ea937dc08cba2c81ad4996695ca","ref":"refs/heads/v1.0.1","pushedAt":"2024-03-12T09:36:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Add placeholder attribute to search form\n\nA placeholder attribute has been added to the input type search in typesearch.php. This attribute allows a short hint, a word or a short phrase, to be displayed in the input field before the user enters a value. The change was made to enhance the user experience by providing contextual help in the search field.","shortMessageHtmlLink":"Add placeholder attribute to search form"}},{"before":"68f8408d6a952bad43bd30fa75cd94c6070eaf91","after":"1397cace54e70b9569d5734f0de87b3289a9b1c9","ref":"refs/heads/master","pushedAt":"2024-03-11T09:25:39.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #15 from alllinux/v1.0.1\n\nReplace DES_DECRYPT with AES_DECRYPT in auth.php","shortMessageHtmlLink":"Merge pull request #15 from alllinux/v1.0.1"}},{"before":null,"after":"c7f89194ea9cd5df7d560c3755d8de2b7b6a22a4","ref":"refs/heads/v1.0.1","pushedAt":"2024-03-11T09:25:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Replace DES_DECRYPT with AES_DECRYPT in auth.php\n\nThe decryption method used in the SQL query within auth.php has been changed. The outdated DES_DECRYPT was replaced with AES_DECRYPT to improve security. The change is expected to provide a more secure and reliable decryption process for user passwords.","shortMessageHtmlLink":"Replace DES_DECRYPT with AES_DECRYPT in auth.php"}},{"before":"ef2ec52346b1783e420b590715088ad6cf45ad2f","after":null,"ref":"refs/heads/RMSD-6/Implement-the-template","pushedAt":"2024-02-27T15:45:45.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"}},{"before":null,"after":"ef2ec52346b1783e420b590715088ad6cf45ad2f","ref":"refs/heads/RMSD-6/Implement-the-template","pushedAt":"2024-02-27T15:44:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"RMSD-6(implement the template):\n\nRemove unused User model and plugin files, add responsive.css\n\nThe unused files, user.php model and user.php plugin files have been removed, decluttering the codebase and enhancing maintenance. A new responsive.css file has been added to the public/css/v4 directory to optimize application's UI/UX across various screen sizes. Refactored the autoloader.php in order have lesser loading times.","shortMessageHtmlLink":"RMSD-6(implement the template):"}},{"before":"cb55aa50cf6f97118c0daefcf9a2f8255543d527","after":"68f8408d6a952bad43bd30fa75cd94c6070eaf91","ref":"refs/heads/master","pushedAt":"2024-02-27T15:27:40.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #14 from alllinux/v1.0.0\n\nV1.0.0","shortMessageHtmlLink":"Merge pull request #14 from alllinux/v1.0.0"}},{"before":null,"after":"16c1a083452527598aabbe248d01e39967ce0f6e","ref":"refs/heads/v1.0.0","pushedAt":"2024-02-27T15:25:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"VERSION 1.0.0\n\nImplement new auto class and refactor usages of deprecated autoloader\n\nA new automatic class loading mechanism has been introduced (Auto), replacing the deprecated Autoloader. This refactoring includes updating directory paths, changing the ownership of directories, and modifying file content strings. The codebase has been scoured to replace all instances of the discontinued Autoloader with the new class/method calls.","shortMessageHtmlLink":"VERSION 1.0.0"}},{"before":"447d460417dc0ead29715080cc5106e04cf4249f","after":"a91372fd55db6e73da36aed21f9591dabad2687d","ref":"refs/heads/v0.9.9","pushedAt":"2024-02-26T15:15:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Update paths and change ownership for settings directories\n\nThe paths for \"application/settings/database\" and \"application/settings/elastic\" were updated to be more specific. Along with the change in directory paths, the ownership of these directories was re-set, thereby ensuring appropriate permissions and maintaining consistency across the application.","shortMessageHtmlLink":"Update paths and change ownership for settings directories"}},{"before":"7091fdfe5a8f7725ba07e97d9487756bc9769c8f","after":"cb55aa50cf6f97118c0daefcf9a2f8255543d527","ref":"refs/heads/master","pushedAt":"2024-02-26T09:58:06.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #13 from alllinux/v0.9.9\n\nUpdate README.md with new commands","shortMessageHtmlLink":"Merge pull request #13 from alllinux/v0.9.9"}},{"before":"70eb41428df53a9d364f458fbef107b238d4ea61","after":"447d460417dc0ead29715080cc5106e04cf4249f","ref":"refs/heads/v0.9.9","pushedAt":"2024-02-26T09:57:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Update README.md with new commands\n\nThe commit includes additional commands for the Nibiru framework in the readme file. It provides detailed usage for the '-g' switch and '-ws {URL} -wp {PORT}' command helping users connect to a WebSocket and use a Graylog Server more effectively. Also added some file- and folder checks to the binary, in order to have the database folder and the elastic folder being created.","shortMessageHtmlLink":"Update README.md with new commands"}},{"before":"d1b2b3bd6aac6ac167184db9504c4af9fdd8fa37","after":"7091fdfe5a8f7725ba07e97d9487756bc9769c8f","ref":"refs/heads/master","pushedAt":"2024-02-16T09:43:43.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #12 from alllinux/v0.9.9\n\nUpdate README.md with new commands","shortMessageHtmlLink":"Merge pull request #12 from alllinux/v0.9.9"}},{"before":null,"after":"70eb41428df53a9d364f458fbef107b238d4ea61","ref":"refs/heads/v0.9.9","pushedAt":"2024-02-16T09:42:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Update README.md with new commands\n\nUpdates in the Readme reflect the additions to the binary.\n\nExtended the README.md file for the Nibiru framework by including detailed usage for the '-g' switch and the '-ws {URL} -wp {PORT}' command. These new commands allow for versatility when a Graylog Server is present and when connecting to a WebSocket respectively.","shortMessageHtmlLink":"Update README.md with new commands"}},{"before":"a1383442346b42290087bf05bb76a15f2c45927e","after":"d1b2b3bd6aac6ac167184db9504c4af9fdd8fa37","ref":"refs/heads/master","pushedAt":"2023-12-04T20:38:03.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #11 from alllinux/v0.9.8\n\nv0.9.8 - minor bugfix in the auth method in the framework library","shortMessageHtmlLink":"Merge pull request #11 from alllinux/v0.9.8"}},{"before":null,"after":"d885132629ad4dcef73fd811ce4c55d642549fa2","ref":"refs/heads/v0.9.8","pushedAt":"2023-12-04T20:35:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"v0.9.8 - minor bugfix in the auth method in the framework library, and some additions for the controller.php in order to handle sessions better.","shortMessageHtmlLink":"v0.9.8 - minor bugfix in the auth method in the framework library, an…"}},{"before":"9bf0fe955d21f91dfc458785ba3acb68ef87a319","after":"a1383442346b42290087bf05bb76a15f2c45927e","ref":"refs/heads/master","pushedAt":"2023-08-17T14:25:30.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #8 from alllinux/v0.9.7\n\nV0.9.7","shortMessageHtmlLink":"Merge pull request #8 from alllinux/v0.9.7"}},{"before":null,"after":"46af03b2c8d9dd11cf215a06eee0ebe0d2084d79","ref":"refs/heads/v0.9.7","pushedAt":"2023-08-17T14:19:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"nibiru framework v0.9.7 - added a new README.md to have a better understanding for the framework itself, added a versioning system with version numbers.","shortMessageHtmlLink":"nibiru framework v0.9.7 - added a new README.md to have a better unde…"}},{"before":"b1bded61011db945394745569abcc2ac39019b75","after":"9bf0fe955d21f91dfc458785ba3acb68ef87a319","ref":"refs/heads/master","pushedAt":"2023-04-03T19:38:38.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Merge pull request #7 from alllinux/v0.9.6.1\n\nVersion 0.9.6 beta - changed the model class mapper","shortMessageHtmlLink":"Merge pull request #7 from alllinux/v0.9.6.1"}},{"before":null,"after":"c4a68a3008196324e3c2540baf3ebf5b681d9fbb","ref":"refs/heads/v0.9.6.1","pushedAt":"2023-04-03T19:35:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Version 0.9.6 beta - changed the model class mapper","shortMessageHtmlLink":"Version 0.9.6 beta - changed the model class mapper"}},{"before":"e655936d3fa196b6656f2131d26e5ed5ad69d51c","after":"b1bded61011db945394745569abcc2ac39019b75","ref":"refs/heads/master","pushedAt":"2023-04-03T19:20:42.000Z","pushType":"push","commitsCount":47,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Version 0.9.6 beta - added new form elements, also added a nibiru binary in order to create modules and plugins.","shortMessageHtmlLink":"Version 0.9.6 beta - added new form elements, also added a nibiru bin…"}},{"before":null,"after":"b1bded61011db945394745569abcc2ac39019b75","ref":"refs/heads/v0.9.6","pushedAt":"2023-04-03T19:14:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"alllinux","name":"Stephan Kasdorf","path":"/alllinux","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/12954718?s=80&v=4"},"commit":{"message":"Version 0.9.6 beta - added new form elements, also added a nibiru binary in order to create modules and plugins.","shortMessageHtmlLink":"Version 0.9.6 beta - added new form elements, also added a nibiru bin…"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEILIXdwA","startCursor":null,"endCursor":null}},"title":"Activity · alllinux/Nibiru"}