summaryrefslogtreecommitdiffstats
path: root/api/context.go
Commit message (Collapse)AuthorAgeFilesLines
* Changed first preference load to be done synchronouslyhmhealey2016-01-261-0/+1
|
* PLT-7: Refactoring api to use translations (chunk 4)Elias Nahum2016-01-241-0/+7
| | | | - Translation for api templates english and spanish
* PLT-7 client side infra=Corey Hulen2016-01-211-1/+2
|
* Merge branch 'master' into PLT-7-client-infra=Corey Hulen2016-01-211-16/+16
|\
| * Refactoring api to use translations (chunk 1)Elias Nahum2016-01-211-16/+16
| | | | | | | | | | | | | | | | - Add spanish translations - Files in order by name from admin to export - Does not include api templates and tests - Fix web_test to load translations - Fix i18n to fallback to DEFAULT_LOCALE if no system locale found
* | PLT-7 Adding react-intl libs=Corey Hulen2016-01-211-0/+1
|/
* PLT-7-server-db=Corey Hulen2016-01-201-1/+2
|
* Revert " PLT-7 adding loc for db calls"Corey Hulen2016-01-201-9/+9
|
* PLT-7 adding loc db calls for users table=Corey Hulen2016-01-201-1/+1
|
* PLT-7 adding loc db calls for session table=Corey Hulen2016-01-201-5/+5
|
* PLT-7 adding loc db calls for team table=Corey Hulen2016-01-201-1/+1
|
* PLT-7 adding loc for db calls audits and prefs=Corey Hulen2016-01-201-2/+2
|
* PLT-7 Adding translation function to context=Corey Hulen2016-01-191-1/+3
|
* Added license validation and settingsJoramWilander2016-01-141-0/+1
|
* Upgrade logging package=Corey Hulen2016-01-111-1/+1
|
* PLT-1558 adding session length to config file=Corey Hulen2016-01-051-1/+8
|
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-0/+2
| | | | improvements.
* Fixing 200 error bug=Corey Hulen2015-10-291-1/+1
|
* Fixing code review issues=Corey Hulen2015-10-221-3/+3
|
* Multi-session login=Corey Hulen2015-10-201-51/+73
|
* Adding multi-session cookie=Corey Hulen2015-10-201-23/+33
|
* Refactoring web classes to use multi-session=Corey Hulen2015-10-161-12/+38
|
* Inital support for multi-tab loging=Corey Hulen2015-10-161-2/+5
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* PLT-44 allow team switching without the need to login=Corey Hulen2015-10-011-5/+19
|
* Fixing some locations to use the IsTeamAdmin function which properly checks ↵Christopher Speller2015-09-301-1/+1
| | | | for system admin permissions.
* Fixing permissions for system admin. Fixes slack import for system admins.Christopher Speller2015-09-301-14/+11
|
* Fixing 1 more case=Corey Hulen2015-09-251-1/+7
|
* Fixing 404 page propsChristopher Speller2015-09-241-10/+5
|
* Adding service settings to admin console=Corey Hulen2015-09-221-23/+15
|
* Adding team settings to admin console=Corey Hulen2015-09-221-1/+1
|
* Making changes to versioning=Corey Hulen2015-09-171-1/+1
|
* Merge branch 'master' into PLT-92=Corey Hulen2015-09-171-4/+4
|\
| * Adding gofmt to travis buildChristopher Speller2015-09-171-4/+4
| |
* | PLT-92 Adding server side versioning to the binary=Corey Hulen2015-09-161-1/+1
|/
* Implement OAuth2 service provider functionality.JoramWilander2015-09-161-30/+47
|
* Adding config file timestamp to X-Version header=Corey Hulen2015-09-161-1/+2
|
* PLT-93 cleaing up client side configs=Corey Hulen2015-09-151-6/+3
|
* Merge branch 'master' into PLT-12-log=Corey Hulen2015-09-141-1/+4
|\
| * Merge pull request #648 from mattermost/PLT-12Christopher Speller2015-09-141-2/+3
| |\ | | | | | | PLT-12: Work in progress for Admin Console UI
| | * Renaming ROLE_ADMIN to ROLE_TEAM_ADMIN=Corey Hulen2015-09-111-1/+1
| | |
| * | Set default Content-Type to application/json for all API requestsJoramWilander2015-09-121-0/+3
| | |
* | | PLT-12 adding log viewer=Corey Hulen2015-09-101-0/+10
| |/ |/|
* | PLT-12 UI framework for admin console=Corey Hulen2015-09-101-1/+2
| |
* | Adding cmd line options=Corey Hulen2015-09-041-2/+2
|/
* Added a link to error page that returns users to the root pagenickago2015-08-251-4/+17
|
* Fixing audit log to wait for confirm=Corey Hulen2015-08-201-11/+11
|
* Fixing build=Corey Hulen2015-08-201-7/+11
|
* Changed all templates to use site url instead of team url for finding the ↵nickago2015-07-311-1/+1
| | | | 'static' directory
* Limited the added headers to only non-api callsnickago2015-07-271-2/+6
|