Shane Kilkelly
|
618d3ee269
|
fix missing require
|
2016-06-07 13:41:50 +01:00 |
|
Shane Kilkelly
|
d8f1e8ec93
|
Add basic BetaProgram feature.
|
2016-06-07 11:15:56 +01:00 |
|
James Allen
|
41f789a313
|
Add in metric to track client side error count
|
2016-05-27 10:46:14 +01:00 |
|
Brian Gough
|
c7363a9df6
|
provide separate routes for sync-pdf and sync-code with error checking
|
2016-05-25 15:00:31 +01:00 |
|
Brian Gough
|
ee15bbeee0
|
support the direct path to a clsi output file /project/project_id/build/build_id/output/*
this avoids use of the query string ?build=... and so we can match the
url directly with the nginx location directive
|
2016-05-13 10:33:38 +01:00 |
|
Henry Oswald
|
b237a022c3
|
added rate limiting on wiki endpoint
|
2016-04-28 17:24:00 +01:00 |
|
James Allen
|
8bfc613bb3
|
Log client side errors as warns so they don't show in Sentry
|
2016-03-21 13:29:34 +00:00 |
|
James Allen
|
2a9e451876
|
Refine error page to in all situations, and don't send sentry errors on not found errors
|
2016-03-21 11:55:59 +00:00 |
|
James Allen
|
1bd8b8d1a3
|
Delete SecurityManager and replace with (unwritten) AuthorizationManager
|
2016-03-10 17:17:26 +00:00 |
|
James Allen
|
3e03164ed4
|
Remove dead auth_token code
|
2016-03-10 17:15:14 +00:00 |
|
James Allen
|
e36be96ec9
|
Move public access setting to its own end point
|
2016-03-10 11:13:57 +00:00 |
|
Shane Kilkelly
|
b505f0d455
|
Merge branch 'sk-references-search'
Conflicts:
app/coffee/Features/References/ReferencesController.coffee
|
2016-02-19 11:30:55 +00:00 |
|
Henry Oswald
|
5c5888b5dc
|
Merge branch 'pr/221'
|
2016-02-11 11:44:45 +00:00 |
|
Shane Kilkelly
|
326d9e59f8
|
Refactor ReferencesSearch* to just References* .
|
2016-02-08 17:04:27 +00:00 |
|
James Allen
|
b32178182d
|
Explicitly create tags and get their id
|
2016-02-01 10:18:56 +00:00 |
|
James Allen
|
77cc6af35e
|
Update add tag end point to use tag_id
|
2016-02-01 10:18:56 +00:00 |
|
James Allen
|
f1e65cc776
|
Use tag_id for deleting tags from project
|
2016-02-01 10:18:56 +00:00 |
|
James Allen
|
1bd5aef85f
|
Allow renaming of tags
|
2016-02-01 10:18:56 +00:00 |
|
James Allen
|
1a86e69d1f
|
Allow tags to be deleted
|
2016-02-01 10:18:56 +00:00 |
|
Shane Kilkelly
|
cc818695ef
|
Split References.index into index and indexAll.
|
2016-01-27 16:00:53 +00:00 |
|
Shane Kilkelly
|
a3cee72663
|
Remove old routes and debug prints.
|
2016-01-25 13:56:07 +00:00 |
|
Shane Kilkelly
|
af75bb8a60
|
wip: change how indexing of references works.
|
2016-01-22 14:23:59 +00:00 |
|
Henrique Santos
|
2d11705837
|
fix issues in first commit
|
2016-01-22 03:41:22 -02:00 |
|
Henrique Santos
|
476eaa8b84
|
add notification backend and unit test
add notification init frontend
|
2016-01-21 18:42:50 -02:00 |
|
Shane Kilkelly
|
8c9c476dd7
|
Fetch the list of keys from references index.
|
2015-12-18 16:00:24 +00:00 |
|
Shane Kilkelly
|
249dd638ec
|
experimental: update references index from fronted.
|
2015-12-17 11:51:14 +00:00 |
|
James Allen
|
1e8ab5357b
|
Improve pre-registered account activation process
|
2015-12-11 11:30:06 +00:00 |
|
James Allen
|
8cc7869b03
|
Pull in contacts from contacts api and send to tag-input for autocomplete
|
2015-10-07 17:32:35 +01:00 |
|
Henry Oswald
|
24007affa7
|
change admin link to /admin/user
this is the page for the admin panel, if the panel is installed
then it will load, otherwise a redirect to register users has been
added in.
|
2015-09-16 12:17:58 +01:00 |
|
Henrique Dias
|
77c2162872
|
add wordcount clsi handler
|
2015-09-10 12:41:48 -03:00 |
|
Henry Oswald
|
66b87df17c
|
added deactivate project endpoint
|
2015-08-14 11:26:11 +01:00 |
|
Henry Oswald
|
21a67ddab4
|
added deactivate old projects endpoint
|
2015-08-13 22:50:39 +01:00 |
|
Henry Oswald
|
3ecf201eda
|
send -> sendStatus
|
2015-07-08 16:56:38 +01:00 |
|
Henry Oswald
|
39df8964cf
|
added route that got lost in merge
|
2015-07-08 13:29:10 +01:00 |
|
Henry Oswald
|
56346ad88c
|
remove analytics router and fixed bad package.json
|
2015-07-01 15:48:23 +01:00 |
|
Henry Oswald
|
1cc0cbe8fc
|
split site into 2 routers, webRouter and apiRouter
web router has things like sessions etc added onto it. Api router is minimal, doesn't include things like csrf
|
2015-07-01 15:23:18 +01:00 |
|
Henry Oswald
|
665bdcf538
|
v1 of express4 conversion
|
2015-07-01 15:17:43 +01:00 |
|
James Allen
|
5c30a7de67
|
Add in option for global login requirement (defaults to on)
|
2015-04-15 11:14:53 +01:00 |
|
James Allen
|
9b8cf7bcfa
|
Remove public registration and require that a user be registered by an admin
|
2015-03-19 14:22:48 +00:00 |
|
James Allen
|
0f69ee0f22
|
Add in proxy for /socket.io so that we don't need to faff with real-time service location
|
2015-03-09 14:09:09 +00:00 |
|
James Allen
|
001a5d751b
|
Pull out templates logic into its own module
|
2015-02-10 11:24:34 +00:00 |
|
James Allen
|
6c387edbe2
|
Remove Dropbox front end logic from main sharelatex repo
|
2015-02-05 18:20:34 +00:00 |
|
James Allen
|
d7afb4e513
|
Clean up unused real-time code in web
|
2015-02-05 16:37:37 +00:00 |
|
James Allen
|
4235c90623
|
Add in rate limit to opening projets
|
2015-02-04 15:05:35 +00:00 |
|
Henry Oswald
|
6c746d9aec
|
added redis health check in
|
2014-11-19 23:18:20 +00:00 |
|
Henry Oswald
|
cd8c233c05
|
Revert robust redis connection code
|
2014-11-19 15:06:05 +00:00 |
|
James Allen
|
8b9a26d6f3
|
Add in http health check end points for redis subscription channels
|
2014-11-19 14:12:37 +00:00 |
|
James Allen
|
84c08edcf3
|
Factor out common joinProject logic to provide and HTTP end point for the real-time API
|
2014-11-07 12:31:47 +00:00 |
|
James Allen
|
218f5fedf8
|
Fix broken template creation route
|
2014-11-07 11:21:55 +00:00 |
|
James Allen
|
d27af25bc9
|
Convert template publishing to use HTTP end points
|
2014-11-06 14:39:40 +00:00 |
|