framework/js/lib
Toby Zerner a74b40fe47 Massive refactor
- Use contextual namespaces within Flarum\Core
- Clean up and docblock everything
- Refactor Activity/Notification blueprint stuff
- Refactor Formatter stuff
- Refactor Search stuff
- Upgrade to JSON-API 1.0
- Removed “addedPosts” and “removedPosts” relationships from discussion
API. This was used for adding/removing event posts after renaming a
discussion etc. Instead we should make an additional request to get all
new posts

Todo:
- Fix Extenders and extensions
- Get rid of repository interfaces
- Fix other bugs I’ve inevitably introduced
2015-07-04 12:24:48 +09:30
..
components Refactor component API a bit 2015-06-26 19:09:43 +09:30
helpers Tweak how discussion sidebar displays on mobile 2015-06-25 15:38:29 +09:30
initializers Fix/simplify timestamp live updating. closes flarum/core#101 2015-06-01 11:10:15 +09:30
models Massive refactor 2015-07-04 12:24:48 +09:30
utils Massive refactor 2015-07-04 12:24:48 +09:30
component.js Refactor component API a bit 2015-06-26 19:09:43 +09:30
extension-utils.js Change extend function so that a value doesn't have to be returned 2015-05-05 17:04:42 +09:30
model.js Massive refactor 2015-07-04 12:24:48 +09:30
session.js Fix logout redirection 2015-05-04 10:30:38 +09:30
store.js Better handling of API server errors 2015-05-26 11:43:20 +09:30