FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src - chenkaigithub/parse-server · GitHub
chenkaigithub
/
parse-server
Public
forked from
parse-community/parse-server
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
parse-server
src
on
master
User selector
Datepicker
Commit history
Commits on Feb 13, 2016
Fixing comment.
peterdotjs
committed
9248f9a
View commit details
Copy full SHA for 9248f9a
View code at this point
Browse repository at this point
Commits on Feb 12, 2016
Merge pull request #373 from flessard/session-token
Show description for 2a200fc
gfosco
committed
2a200fc
View commit details
Copy full SHA for 2a200fc
View code at this point
Browse repository at this point
Rebase
Francis Lessard
committed
66efd0d
View commit details
Copy full SHA for 66efd0d
View code at this point
Browse repository at this point
Merge branch 'master' into session-token
Show description for 175d16a
Francis Lessard
committed
175d16a
View commit details
Copy full SHA for 175d16a
View code at this point
Browse repository at this point
Merge pull request #338 from steven-supersolid/installationId
Show description for fb44bbe
gfosco
committed
fb44bbe
View commit details
Copy full SHA for fb44bbe
View code at this point
Browse repository at this point
Generate tokens and ids with cryptoUtils module.
Show description for 62cbc45
dchest
committed
62cbc45
View commit details
Copy full SHA for 62cbc45
View code at this point
Browse repository at this point
Merge pull request #243 from ParsePlatform/peterjs.logs
Show description for 23c1284
peterdotjs
committed
23c1284
View commit details
Copy full SHA for 23c1284
View code at this point
Browse repository at this point
Logs support.
Show description for dc4859f
peterdotjs
committed
dc4859f
View commit details
Copy full SHA for dc4859f
View code at this point
Browse repository at this point
Merge pull request #377 from ParsePlatform/nlutsenko.router.roles
Show description for 9dfc013
nlutsenko
committed
9dfc013
View commit details
Copy full SHA for 9dfc013
View code at this point
Browse repository at this point
Merge pull request #378 from ParsePlatform/nlutsenko.middleware.master
Show description for 6c6021a
nlutsenko
committed
6c6021a
View commit details
Copy full SHA for 6c6021a
View code at this point
Browse repository at this point
Refactor and deduplicate RolesRouter, fix missing query on /roles.
nlutsenko
committed
62e671d
View commit details
Copy full SHA for 62e671d
View code at this point
Browse repository at this point
Add enforceMasterKeyAccess middleware.
nlutsenko
committed
f53cb60
View commit details
Copy full SHA for f53cb60
View code at this point
Browse repository at this point
Update style in InstallationsRouter.
nlutsenko
committed
b2570a9
View commit details
Copy full SHA for b2570a9
View code at this point
Browse repository at this point
Refactor and deduplicate logic in SessionsRouter.
nlutsenko
committed
99ac6c1
View commit details
Copy full SHA for 99ac6c1
View code at this point
Browse repository at this point
Refactor and deduplicate logic in UsersRouter.
nlutsenko
committed
ab841b5
View commit details
Copy full SHA for ab841b5
View code at this point
Browse repository at this point
file DELETE support
westhom
committed
a753765
View commit details
Copy full SHA for a753765
View code at this point
Browse repository at this point
Fix session token issue
Show description for 90a4ac7
Francis Lessard
committed
90a4ac7
View commit details
Copy full SHA for 90a4ac7
View code at this point
Browse repository at this point
Commits on Feb 11, 2016
Merge pull request #341 from steven-supersolid/anonymous
Show description for c66cc8d
drew-gross
committed
c66cc8d
View commit details
Copy full SHA for c66cc8d
View code at this point
Browse repository at this point
Cleanup duplicate logic and refactor installations.js into InstallationsRouter.
nlutsenko
committed
6a12744
View commit details
Copy full SHA for 6a12744
View code at this point
Browse repository at this point
Restructure ClassesRouter as a class.
nlutsenko
committed
1f660d9
View commit details
Copy full SHA for 1f660d9
View code at this point
Browse repository at this point
Change APNS multiple certs handling
wangmengyan95
committed
273a207
View commit details
Copy full SHA for 273a207
View code at this point
Browse repository at this point
Make push follow controller and adapter style
wangmengyan95
committed
06b1ee2
View commit details
Copy full SHA for 06b1ee2
View code at this point
Browse repository at this point
Add support for push
wangmengyan95
committed
6afaeb8
View commit details
Copy full SHA for 6afaeb8
View code at this point
Browse repository at this point
Merge pull request #283 from theill/master
Show description for 5fb015e
drew-gross
committed
5fb015e
View commit details
Copy full SHA for 5fb015e
View code at this point
Browse repository at this point
Merge pull request #353 from drew-gross/delete-field
Show description for 6294162
drew-gross
committed
6294162
View commit details
Copy full SHA for 6294162
View code at this point
Browse repository at this point
Merge pull request #254 from ParsePlatform/fosco.logout
Show description for 8d89838
gfosco
committed
8d89838
View commit details
Copy full SHA for 8d89838
View code at this point
Browse repository at this point
Update tests and ensure tests are run regardless of exp flag
theill
committed
1d576bc
View commit details
Copy full SHA for 1d576bc
View code at this point
Browse repository at this point
Fix comment
drew-gross
committed
92e9db9
View commit details
Copy full SHA for 92e9db9
View code at this point
Browse repository at this point
Enable deleting pointer fields, fix tests
drew-gross
committed
747f278
View commit details
Copy full SHA for 747f278
View code at this point
Browse repository at this point
Update PUT response to align with current dashboard
theill
committed
930573b
View commit details
Copy full SHA for 930573b
View code at this point
Browse repository at this point
Rearrange methods to follow route setup
theill
committed
1977769
View commit details
Copy full SHA for 1977769
View code at this point
Browse repository at this point
Hide /config behind PARSE_EXPERIMENTAL_CONFIG_ENABLED flag
theill
committed
fb6af2c
View commit details
Copy full SHA for fb6af2c
View code at this point
Browse repository at this point
Commits on Feb 10, 2016
Merge remote-tracking branch 'github/master'
theill
committed
ba68a79
View commit details
Copy full SHA for ba68a79
View code at this point
Browse repository at this point
Added logout test and fixed error in restwrite
gfosco
committed
dee640c
View commit details
Copy full SHA for dee640c
View code at this point
Browse repository at this point
Finish implementation of delete field from schema
drew-gross
committed
0a0d4f6
View commit details
Copy full SHA for 0a0d4f6
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL