0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
May 11, 2023 — May 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Updated to the latest version of drift-db-h2 More... over 9 years ago
Partially implemented the new look for shares in the stream. Updated Korma and related libraries. I had to change all text fields in the migrations to strings. More... over 9 years ago
Added a renderer for the stream listbox. Also, updated seesaw to the latest version. More... over 9 years ago
Updated the stream list model to listen for share-profile changes in order to update the stream list in real time properly. More... over 9 years ago
Added the stream's model and support functions. More... over 9 years ago
Added the korma list model. More... over 9 years ago
Implemented the update status in the main frame. More... over 9 years ago
Added an index for the ids in grouping profile. More... over 9 years ago
Added an index on identity for profiles. More... over 9 years ago
Added a test for the sent status call. More... over 9 years ago
Created a test for the update status action. More... over 9 years ago
Added share-profile to keep track of all of the profiles a share is sent to. More... over 9 years ago
Added the peer-persister model and added code to keep track of online peers. More... almost 10 years ago
Updated an out of date doc string on the run function in the friend action. More... almost 10 years ago
Updated to the latest version of clj-crypto and tools.logging. More... almost 10 years ago
Fixed a failing test, and updated the friend request code to remove rejected friends from groups. More... almost 10 years ago
When a friend request is accepted, the profile will automatically be added to the everyone group. More... almost 10 years ago
Grouping profiles will be automatically deleted when you unfriend someone. More... almost 10 years ago
Fixed the group table's automatic update issue. More... almost 10 years ago
Changed the set-table-model and set-table-listeners functions to a single initialize-listeners function in the TableDBListeners. More... almost 10 years ago
Fixed issues with the different types of table models not getting passed around properly. This caused a nil pointer exception which was hidden by a future without a try-catch block. More... almost 10 years ago
Cleaned up some test code by removing unneeded tests. More... almost 10 years ago
Added listeners to the tables to instantly update the tables when the database is updated. More... almost 10 years ago
The group filter panel will now just display the group name when the add group panel is showing. More... almost 10 years ago
Implemented the add button on the friend selector panel. Implemented the remove button on the group table. More... almost 10 years ago
Created a new friend selector panel, added it to the group panel, implemented the cancel button and loaded the table with data. More... almost 10 years ago
Added the add member panel to the group panel. More... almost 10 years ago
The edn readers and writers were not properly closing after completing. More... almost 10 years ago
Fixed the failing main frame test which failed at logout. More... almost 10 years ago
Fixed a null pointer exception when exporting a masque id. More... almost 10 years ago