Vitality

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 most recent check-ins

2021-04-08
06:43
A variety of changes, moving away from tailwindcss to a simple css based approach Leaf check-in: 28bb342d34 user: andrei tags: refactoring
2021-03-17
08:20
Updating Main from Trunk Leaf check-in: 0a5699fd3c user: andrei tags: main
08:14
Create new branch named "library-app" Leaf check-in: 25e3647b7d user: andrei tags: library-app
08:14
Refactoring branch into Trunk Leaf check-in: ba75a47ce8 user: andrei tags: trunk
08:01
TODO and test_helper experiments check-in: dfea8618e6 user: andrei tags: refactoring
07:52
Create new branch named "mistakee" Leaf check-in: ebef45bf5b user: andrei tags: mistake
05:49
Updating base dependencies check-in: 9c49ffb000 user: andrei tags: refactoring
05:22
Updating to nebulex 2.0.0 and changing to :timer usage otherwise it breaks apps check-in: ee97e75ebe user: andrei tags: refactoring
2020-11-26
09:40
Changes to Vitality installation process check-in: 80c5744105 user: andrei tags: refactoring
2020-10-09
06:20
System to split css generation for app.css and vitality.css (incl webpack.config) check-in: a621f5ad29 user: andrei tags: refactoring
2020-10-08
07:25
Migrated from Routes to Vitality.Config.routes() in HTMl Templates check-in: f10312af16 user: andrei tags: refactoring
06:21
Moving templates out of the installer. Focusing on serving all internal pages from within Vitality directly by using the Vitality.Web module. Simplifying the process of not pushing all the templates to the parent app. Fixing various bugs and issues. check-in: afa6244358 user: andrei tags: refactoring
2020-10-03
06:50
Removing Comments System - Will use CUIX.im Comments when implemented check-in: 943f82d3fb user: andrei tags: refactoring
2020-09-24
08:37
Renaming library from Burebista to *Vitality* check-in: 262dcf78f7 user: lostone tags: refactoring
07:13
Merging refactoring into develop Leaf check-in: 6f05cf203c user: lostone tags: develop
06:49
Big refactoring. Adding ABAC settings check-in: a28a68bb76 user: lostone tags: refactoring
2020-08-25
11:56
User Events and Event Types check-in: 0d181e65c0 user: lostone tags: develop
08:16
Create new branch named "refactoring" check-in: 199571663d user: lostone tags: refactoring
08:14
Create new branch named "develop" check-in: 9704697776 user: lostone tags: develop
08:14
Create new branch named "main" check-in: 4ee078444f user: lostone tags: main
08:04
Rest-api merged in trunk check-in: 1bbe320966 user: lostone tags: trunk
07:55
Various modifications to the app including meta, session, cache auth types.. Refactoring in progress Closed-Leaf check-in: 2fda974788 user: lostone tags: rest-api
2020-04-18
12:32
Fixing breaking changes introduced by Nebulex 1.2 by using Nebulex.Caching.Decorators and Replicated adapter insteadof Dist check-in: 18f05cd8ac user: lostone tags: rest-api
10:11
CMS Editor system implemented back in january editor.js in IdealMind check-in: 2d5160014e user: lostone tags: rest-api
09:48
Commit Bundle for past code. CMS Modifications for file upload extension to use a hashing system. Extending session controller. Router Fix for slugs. Extended signin implementation. Added editorjs markdown and dropzone for experiments. New system for generating AES keys. Adding blockquotes to editor check-in: a3285a9e01 user: lostone tags: rest-api
2020-01-11
17:45
Updating internal Tag system to work with tagify so we can possibly have more settings later on. Moved HTML tag link generation from PageController to Meta check-in: 2156edd8bc user: lostone tags: rest-api
10:24
Updates Readme. Enhancements to burebista.installer by adding Plug.Static and LayoutView functions. Ads burebista.css. Adding editor.js settings. Modifying webpack.config.js to allow for splitting of javascript beween app.js and editor.js. FileUploadController API updated. Ads blog layout. Semi experimentation with Nebulex config cache issue. Various HTML templates enhancements and fixes check-in: fe621f4064 user: lostone tags: rest-api
2020-01-04
14:33
Added new file uploader api and updated to allow specific uploads. Updated Burebista.Meta for title description keywords meta. Fixed Burebista Session Cache to allow extended signin and do a DB checkup if nothing in cache by generating a specific session token which is stored in the database. Fixed system settings. Added hash_file to utilities. Started playing around with JavaScript addon's for the new Blog system. Added tagify & flatpicker. check-in: ea1322d173 user: lostone tags: rest-api
2019-12-07
11:54
XML Sitemap added check-in: 0e27912d39 user: lostone tags: rest-api
11:48
Issued mix format to reformat the project check-in: 63c8efd53a user: lostone tags: rest-api
2019-12-03
07:04
New Supervisor to handle all Burebista processes for session & cache check-in: 9812bad0f4 user: lostone tags: rest-api
07:04
Added a new Burebista Session Plug with a Nebulex dist and local backed ETS cache. Also added a Burebista Cache. (Nebulex ETS). check-in: 56bc4fbad9 user: lostone tags: rest-api
2019-12-02
08:18
Finalizing user installation check-in: 9e1c7d1331 user: lostone tags: rest-api
2019-12-01
11:44
Adds functionality to have specific app defined User module loadable with Burebista.Config. Also adds nebulex for experimentation check-in: 98f79e51a7 user: lostone tags: rest-api
2019-11-26
09:39
Updated burebista.gen.html with new css design. Adding controllers and modifications to burebista install check-in: 7775245a25 user: lostone tags: rest-api
2019-11-16
17:00
Migrated from auth to Password Reset controller. Updated templates for login/register/password reset. Fixed certain issues. check-in: 2f15520425 user: lostone tags: rest-api
12:05
SystemSettings abstraction implementation, Registration Controller (Account) and auth improvements. Added phoenix deps back for dev/test. Added website_email_name and website_email instead of fixed data. check-in: 2e27bee25a user: lostone tags: rest-api
2019-11-15
11:56
Updates to router and mix file. Updates README with some todo's check-in: bb15e18ca0 user: lostone tags: rest-api
11:55
SessionController for SignIn/SignOut moved from Auth. Also adds a beautiful new login system/page check-in: e655756103 user: lostone tags: rest-api
11:51
Updating template layout check-in: 36efb76f76 user: lostone tags: rest-api
11:50
Adding a Components Helper system to render predefined HTML templates from within Phoenix check-in: 72b07536a6 user: lostone tags: rest-api
11:49
Changes to installation system check-in: 86a3ff5a76 user: lostone tags: rest-api
11:48
Changes to the page system, extracting meta. Fixing require auth plug and adding a profile redirect plug check-in: 8249f912dd user: lostone tags: rest-api
11:46
Adding TailwindCSS as a dependency instead of the old uikit/riot (and react experiment) system check-in: 1d07722e72 user: lostone tags: rest-api
11:42
Changes to AES encryption check-in: 359f2f19d0 user: lostone tags: rest-api
2019-11-07
17:51
Moving authentication functions from User module to Auth context check-in: a23c42ad6b user: lostone tags: rest-api
2019-10-05
12:51
Multiple modifications to the app bringing it back to a pure HTML one instead of using a rest api check-in: b353960cf2 user: lostone tags: rest-api
2019-08-05
05:53
Adding fallback controller, and JVIEWS used for JSON rendering like auth_view, changeset_view. Together with some other test files check-in: 55e3388f18 user: lostone tags: rest-api
05:47
Added React Assets for Login, Register, Reset Password, Forgotten Password and some utilities to be used in the react app check-in: d673123861 user: lostone tags: rest-api
05:42
Misc modifications to system including new installation procedures check-in: cf201c8cda user: lostone tags: rest-api