aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Added support for custom html filesPitu2017-02-063-6/+23
| | | There's a new folder that gets created upon running lolisafe for the first time. On said folder any html file with the same name as the default ones will be loaded instead, letting you place custom frontend files without messing with git.
* Remove .DS_Store files (#6)ærion2017-02-025-0/+1
|
* :ok_hand:Pitu2017-02-011-4/+4
|
* Another thing crawl told me to doPitu2017-02-011-2/+2
|
* Something crawl told me to doPitu2017-02-011-1/+1
|
* Making the window 5 seconds instead of milliseconds sounds about rightPitu2017-02-011-1/+1
|
* Added rate limitingPitu2017-02-012-2/+8
|
* Don't declare viewport twice, you dummy @pituCrawl2017-01-311-2/+2
|
* This is the last commit with tagsPitu2017-01-311-7/+7
|
* (╯°□°)╯︵ ┻━┻Pitu2017-01-311-4/+4
|
* sighPitu2017-01-311-0/+1
|
* MORE. META. DATA.Pitu2017-01-312-2/+7
|
* More meta tags (╯°□°)╯︵ ┻━┻Pitu2017-01-3113-1/+85
|
* Added meta data and stuffPitu2017-01-312-0/+13
|
* Version bumpPitu2017-01-311-1/+1
|
* Added username display on dashboardPitu2017-01-313-3/+11
|
* Changed /panel to /dashboardPitu2017-01-316-6/+9
|
* Added FAQPitu2017-01-316-5/+62
|
* No more asking token on front if privatePitu2017-01-302-14/+3
|
* Smol fixPitu2017-01-301-3/+3
|
* Added changePasswordPitu2017-01-303-2/+53
|
* Fixed wrong error textPitu2017-01-301-1/+1
|
* EtoooPitu2017-01-301-1/+1
|
* Merged dev into masterPitu2017-01-3019-364/+612
|\
| * Bumped versionPitu2017-01-301-1/+1
| |
| * Updated readmePitu2017-01-301-9/+21
| |
| * Added licensePitu2017-01-301-0/+21
| |
| * StuffPitu2017-01-303-5/+7
| |
| * Added enableUserAccountsPitu2017-01-301-0/+3
| |
| * Forgot it was an arrayPitu2017-01-304-15/+16
| |
| * Unfucked my latest commit to this filePitu2017-01-301-1/+0
| |
| * Replaced auth header with tokenPitu2017-01-303-98/+53
| |
| * Made passwords behave like passwordsPitu2017-01-301-1/+1
| |
| * Added image pasting from clipboardPitu2017-01-301-0/+17
| |
| * WIPPitu2017-01-291-140/+168
| |
| * Added eslint because I don't know what im doingPitu2017-01-292-1/+3
| |
| * derpPitu2017-01-291-0/+1
| |
| * Added change password for usersPitu2017-01-291-0/+24
| |
| * Updated albumsController to use new authPitu2017-01-291-55/+78
| |
| * New token shananigansPitu2017-01-291-19/+13
| |
| * DerpPitu2017-01-291-2/+0
| |
| * New auth endpointsPitu2017-01-291-0/+6
| |
| * Created auth viewPitu2017-01-291-0/+56
| |
| * Created auth viewPitu2017-01-291-0/+13
| |
| * Created auth viewPitu2017-01-291-0/+57
| |
| * Included bcrypt on package.jsonPitu2017-01-291-0/+1
| |
| * Added auth routePitu2017-01-291-1/+2
| |
| * New database structure with users supportPitu2017-01-291-41/+22
| |
| * Removed blank linesPitu2017-01-291-3/+0
| |
| * WIP changing from auth to just 1 tokenPitu2017-01-291-21/+13
| |