3
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Jun 04, 2024 — Jun 04, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added missing chart.js dependency to package.json More... over 10 years ago
Refactored horrible promise/logic soup. Resolved HTTP errors by harmlessly ignoring them in these cases. More... over 10 years ago
Updated editor page to use new secrets endpoint. More... over 10 years ago
Fixed typo in MessageReceipt. More... over 10 years ago
Removed user email from OAuth response, and included it in new user secrets resource. More... over 10 years ago
user.py: sorted imports, split long lines, added Message and MessageReceipt entities. Closes #2. More... over 10 years ago
Fixed entity creation form, and expanded to 3 tabs. More... over 10 years ago
Removed element type restrictions on CSS classes. More... over 10 years ago
Fixed error in revision diff formatting function, and added possibility of assigning revision to edit on creation. More... over 10 years ago
Updated tests to reflect url prefix addition. More... over 10 years ago
Tweaks for deployment to bb.org. More... over 10 years ago
Tweaks for move to bb.org. Also style fixes, and removed login handler in entity/view.js. More... over 10 years ago
Added missing loading overlay, and removed test loading overlay from publication view page. More... over 10 years ago
Explicitly listed the client JS files in Gruntfile.js - might be better to have these in a single variable next. More... over 10 years ago
Relocated publication creation template and code. More... over 10 years ago
Started organizing views. More... over 10 years ago
Fixed publication view to show editions. Updated relationship display. More... over 10 years ago
Fixed error in register handler, and fixed links on login page and in navbar. More... over 10 years ago
Merge pull request #3 from LeoVerto/master Add registration form Change alert type of forms to "danger" More... over 10 years ago
Updated style to add whole-page-form class, and changed login and register forms to use this. More... over 10 years ago
Change alert type of forms to "danger" More... over 10 years ago
Add registration form More... over 10 years ago
Removed reference to jquery and bootstrap from layout.jade. More... over 10 years ago
Added the register form handler, which send ws requests and redirects to the homepage. More... over 10 years ago
Fixed bug: missing module export. More... over 10 years ago
Moved bootstrap and jquery into npm dependencies - we can use them in the client JS with browsferify. More... over 10 years ago
Added /register endpoint - Leo is working on the template. More... over 10 years ago
Added additional info to OAuth response, updated fields structures, and added additional /user/:id/stats and /userType endpoints. Updated tests. More... over 10 years ago
Added additional relationships to the user model. More... over 10 years ago
Added basic edits page, which gets revision IDs and latest edits for the user. More... over 10 years ago