tanner0101
|
3021da3df2
|
middleware upgrade
|
2020-03-25 12:59:51 -04:00 |
Jeremy Greenwood
|
41000c2fdb
|
Remove Bcrypt hash function argument (#449)
Fixed typo which specified the argument `password` in
```
func hash(_ plaintext: String, cost: Int = 12) throws -> String
```
|
2020-03-11 09:43:40 +00:00 |
Tanner
|
c5ec79d78a
|
Fix acessing app.storage example (#444)
|
2020-03-04 13:21:43 -05:00 |
tanner0101
|
ea34f32685
|
fix typo
|
2020-03-03 23:02:10 -05:00 |
tanner0101
|
5466f519cf
|
upgrading to 4
|
2020-03-03 22:52:23 -05:00 |
tanner0101
|
7aeac3fd78
|
fixes
|
2020-03-02 18:17:39 -05:00 |
tanner0101
|
99c81f89cc
|
crypto
|
2020-03-02 17:51:27 -05:00 |
tanner0101
|
ee8c9c54c4
|
client docs
|
2020-03-02 13:39:52 -05:00 |
tanner0101
|
b74b590060
|
timestamp updates
|
2020-03-02 13:16:47 -05:00 |
tanner0101
|
c6a7f75a59
|
rc.1 updates
|
2020-03-02 13:07:33 -05:00 |
rpstro02
|
eef1360f6a
|
Siblings (#443)
* added siblings documentation
* more siblings documentation
* siblings
* Add previously abridged siblings and migration code
Improved sibling relationship post request
* Improved tag creation post route
addressed nits
|
2020-02-20 20:55:03 +00:00 |
Tanner
|
6fb3503878
|
Swift 5.2 requirement (#442)
|
2020-02-15 13:44:40 -08:00 |
tanner0101
|
8536178b4b
|
add migration names, fixes #441
|
2020-02-15 13:03:26 -05:00 |
Steve Bryce
|
2448ff5392
|
Timestamp and ModelMiddleware docs (#436)
* Timestamp and ModelMiddleware docs
* Readability improvements
* Nit fixes
|
2020-02-07 13:06:22 +00:00 |
Samuel Shearing
|
80f36e1c65
|
Update Run option for Production build (#437)
Replace .build/debug/Run with .build/release/Run
|
2020-01-28 15:17:14 +00:00 |
Tanner
|
c5151a44cb
|
add authentication (#435)
* add authentication
* update auth
* rm yaml change
* add fluent auth/c
* fixes
* fix nits
* composition
|
2020-01-22 14:59:59 -08:00 |
tanner0101
|
89a04ceb27
|
small fixes
|
2020-01-20 22:30:55 -05:00 |
Tanner
|
2e4060e82d
|
add validation (#434)
* add validation
* fix nits
* small nit
* type name nit
|
2020-01-20 19:17:43 -08:00 |
tanner0101
|
1c8f61f6f2
|
fix links
|
2020-01-20 16:09:25 -05:00 |
Tanner
|
f675ce19f8
|
Refactor 4.0 Folder Structure (#433)
* validation basics
* refactor folder structure
|
2020-01-20 12:17:12 -08:00 |
Bastian Inuk Christensen
|
98f8095c48
|
Changed .psql to .mysql in part about mysql (#431)
|
2020-01-19 10:14:19 -08:00 |
Tanner
|
ed4878a5e9
|
start fluent docs (#430)
* start fluent docs
* finish overview
* update sqlite config
* fix nits
* fix typo
|
2020-01-18 13:09:44 -08:00 |
Thomas Krajacic
|
345cf03a6a
|
Fix typos (#429)
|
2020-01-18 11:11:32 +08:00 |
Tanner
|
69ae643d3a
|
add content section (#423)
* add content section
* scaffold query + config
* rm extra headers
* custom + subscript
|
2020-01-17 14:20:03 -05:00 |
tanner0101
|
73c0b21963
|
add swift to usr bin
|
2020-01-15 23:41:47 -05:00 |
tanner0101
|
2b39715429
|
fix links
|
2020-01-15 13:47:50 -05:00 |
Tanner
|
26d3a55a28
|
deploy guides (#428)
* deploy guides
* vapor 4 updates
* digital-ocean spelling
|
2020-01-15 13:41:46 -05:00 |
Kamalakannan Srinivasan
|
bca650e239
|
Updated macos.md (#419)
Made minor edits to the document.
|
2019-10-30 16:09:40 +01:00 |
tanner0101
|
4a9b661522
|
rm fatalerror
|
2019-10-25 14:05:21 -04:00 |
tanner0101
|
fd49bc7571
|
add route groups section
|
2019-10-25 13:55:21 -04:00 |
tanner0101
|
9f1282b71f
|
update manifest format
|
2019-10-24 16:50:35 -04:00 |
tanner0101
|
ef922fe086
|
add routes section
|
2019-10-22 22:38:15 -04:00 |
tanner0101
|
c6d806cf0c
|
folder structure, spm, + routing
|
2019-10-22 19:02:24 -04:00 |
Thomas Krajacic
|
d498dd5ff7
|
Fix link to hello world page (#418)
* Fix link to hello world sample
* Fix fixing the link
|
2019-10-21 16:18:52 +01:00 |
Tanner Nelson
|
7ab67897c4
|
add -beta suffix
|
2019-10-11 19:06:01 -04:00 |
Tanner
|
3acfa72719
|
start vapor 4 docs (#416)
* start vapor 4 docs
* add getting started page
* add version switcher + fix deploy
* improve macOS wording
|
2019-10-11 18:59:58 -04:00 |