Lucas Dohmen
efc5ee16dd
Foxx: Provide the Model
2013-09-18 15:32:41 +02:00
Lucas Dohmen
f5a177932e
Foxx: bodyParam
2013-09-18 14:28:24 +02:00
Lucas Dohmen
5cab0ab025
Foxx: Controller-wide errorResponse
2013-09-09 12:08:10 +02:00
Lucas Dohmen
d1f7d25aa8
Foxx: Some refinements for `.login` and `.logout`
2013-09-04 13:01:56 +02:00
Lucas Dohmen
afef07b425
Foxx: Foxx.Application is now Foxx.Controller [BREAKING CHANGE]
...
The naming was confusing, because Foxx Application had two meanings.
Now we are using the terminology used in MVC frameworks.
2013-09-04 10:43:39 +02:00
Lucas Dohmen
f7899bed83
Foxx: Authentication – first version for feedback
2013-09-03 12:11:22 +02:00
Lucas Dohmen
503fa74b63
Foxx: Refinement of Query and Path Param methods
2013-08-11 08:51:59 +02:00
Lucas Dohmen
48858cbc84
Foxx: Repositories are easy now
2013-08-08 17:52:07 +02:00
Lucas Dohmen
f0f95148e0
Foxx: Optional fourth parameter for errorHandler for ellaborate hackers
2013-08-08 11:28:09 +02:00
Lucas Dohmen
bfb01c0986
Foxx: New Version of the errorResponse function
2013-08-08 11:28:09 +02:00
Lucas Dohmen
7eabb27254
Foxx: Use parsed comments as docs
2013-08-06 18:08:06 +02:00
Lucas Dohmen
1819e90b2e
Foxx: Preparing existing Tests for new context methods
2013-08-06 17:02:52 +02:00
Lucas Dohmen
0f6009a3ba
Foxx: Tear apart Foxx.Application
2013-08-05 20:10:28 +02:00
Lucas Dohmen
b374054740
Foxx: Format Middleware is now optional
2013-08-05 17:05:32 +02:00
Lucas Dohmen
ac3cedda34
Foxx: Separating Templates entirely (Step 2)
2013-08-05 16:13:52 +02:00
Lucas Dohmen
c9b48f13cd
Foxx: Separating Template Middleware from Base, Step 1
2013-08-05 16:13:51 +02:00
Lucas Dohmen
b19d3c69fb
Foxx: BaseMiddleware Tests pulled out
2013-08-05 16:13:51 +02:00
Lucas Dohmen
b3dd4d7b59
Foxx: Model tests pulled out
2013-08-05 13:41:02 +02:00
Lucas Dohmen
6cef711a7b
Foxx: Repository tests pulled out
2013-08-05 13:33:06 +02:00
Frank Celler
f978730b25
fixed tests
2013-07-29 10:53:59 +02:00
Frank Celler
4658c91518
fixed tests
2013-07-28 20:33:41 +02:00
Jan Steemann
70e71e2cad
fixed foxx test
2013-07-27 17:29:51 +02:00
Lucas Dohmen
8ec4887973
Foxx: No more nickname method – is set automatically
...
Happy hacking, @fceller, @mchacki and @jsteemann 😉
2013-07-25 22:27:10 +02:00
Lucas Dohmen
84a311fac6
Tiny renaming in test
2013-07-25 21:30:13 +02:00
Lucas Dohmen
42c06b765c
Foxx: toJSON splitted into forDB and forClient
2013-07-25 21:28:42 +02:00
Frank Celler
62b61ab12a
fixed tests
2013-07-25 18:48:31 +02:00
Jan Steemann
841d7d7355
English
2013-05-10 14:06:15 +02:00
Jan Steemann
c0dbfb4136
issue #517
2013-05-08 20:58:55 +02:00
Lucas Dohmen
8515b6df9c
Foxx: Adjusted Tests to @fceller's changes
2013-04-05 10:01:58 +02:00
Lucas Dohmen
33fd20ea51
Foxx: Introducing Repositories
2013-04-04 13:42:12 +02:00
Lucas Dohmen
d4d2957d9a
Foxx: Introducing Model
2013-04-04 11:17:22 +02:00
Lucas Dohmen
0b7b34d09b
Foxx: Breaking API Changes 💣
...
* Removed the old concept of models entirely.
* Manifest Files
* models has been removed
* Uses lib now as base path for all requires
* FoxxApplication is now called Application
* Changes to Application:
* requiresLibs is now requires
* requiresModels has been removed
2013-04-03 14:56:17 +02:00
Frank Celler
3928975435
moved apps to js
...
Conflicts:
Makefile.in
2013-03-28 23:04:25 +01:00
Lucas Dohmen
1daf7a8367
Foxx: Check the format of nicknames
2013-03-28 14:01:04 +01:00
Lucas Dohmen
1aecbd3f84
Foxx: Nope, this should not be in the routing info
...
Don't ask me why I put it there.
2013-03-27 15:40:41 +01:00
Lucas Dohmen
eaf2559b25
Adjustments to Frank's changes
2013-03-27 13:55:39 +01:00
Lucas Dohmen
ee0278dcad
Foxx: Adjusted to the format of Swagger's parameters
2013-03-27 13:19:42 +01:00
Lucas Dohmen
fb4a223cb0
Foxx: Introducing errorResponse
2013-03-27 13:19:41 +01:00
Lucas Dohmen
30f23c22e6
Foxx: Automatically add the httpMethod to the documentation
2013-03-27 13:19:41 +01:00
Lucas Dohmen
1494286143
Foxx: Introducing nickname, summary, notes
2013-03-27 13:19:41 +01:00
Lucas Dohmen
1466429e88
Foxx: Introducing queryParam
2013-03-27 13:19:41 +01:00
Lucas Dohmen
847783a151
Foxx: Bugfixes
2013-03-27 13:19:41 +01:00
Lucas Dohmen
2f3894f715
Foxx: Introducing pathParam
2013-03-26 17:17:53 +01:00
Lucas Dohmen
f59084a433
Foxx: Introducing the new `constrain` concept
2013-03-26 17:17:53 +01:00
Lucas Dohmen
8940df0480
Removing Old Constraints
2013-03-26 17:17:53 +01:00
Lucas Dohmen
517b530684
Foxx: Default '/' to index.html
2013-03-26 11:27:22 +01:00
Lucas Dohmen
e0bf7018fc
Foxx: Add the `del` alias for `delete`
...
Aliasing in JavaScript is a sickness.
2013-03-26 11:27:21 +01:00
Lucas Dohmen
74e23f8670
Foxx: Starting with the Foxx User Documentation
2013-03-25 09:50:54 +01:00
Lucas Dohmen
8871849300
Fuxx: Adjusted Expectation
2013-03-24 13:33:01 +01:00
Lucas Dohmen
d6498a2b8d
Foxx: Yes! Foxx is back on track. Like a sir.
2013-03-24 12:57:53 +01:00