summaryrefslogtreecommitdiffstats
path: root/model/version.go
Commit message (Collapse)AuthorAgeFilesLines
* Uncomment upgrade for 5.4.0 (#9477)Carlos Tadeu Panato Junior2018-09-271-0/+1
|
* Uncomment upgrade for 5.3.0 (#9354)Carlos Tadeu Panato Junior2018-09-041-0/+1
| | | | | | * Uncomment upgrade for 5.3.0 * add missing version
* Uncomment upgrade for 5.2.0 (#9216)Carlos Tadeu Panato Junior2018-08-061-0/+1
|
* Uncomment upgrade for 5.1.0 (#9040)Carlos Tadeu Panato Junior2018-07-031-0/+1
|
* Uncomment upgrade for 5.0.0 (#8914)Carlos Tadeu Panato Junior2018-06-051-0/+1
|
* Uncomment upgrade for 4.10 (#8727)Derrick Anderson2018-05-041-0/+1
| | | | | | | | * uncomment upgrade code * ping jenkins * add 4.10.0 to version.go
* uncomment 4.9 upgrade code (#8582)Derrick Anderson2018-04-051-0/+1
| | | | | | | | * set db to 4.9 * add prepatory code for 4.10 * bug from old example
* Remove the index on Channels.DisplayName. (#8530)Jesse Hallam2018-03-281-2/+4
| | | | | | | As outlined in [this discussion](https://pre-release.mattermost.com/core/pl/uw5bwmkb6irkbkn6pk9rkzpytr), this index causes issues with MySQL's query planner, leading to full table scans in a case where it would have made more sense to leverage a filesort.
* general cleanup (#8387)Chris2018-03-071-4/+0
|
* Add preparatory upgrade code for 4.9 (#8408)Joram Wilander2018-03-051-0/+1
|
* Add upgrade code from 4.7.0 to 4.7.1JoramWilander2018-02-161-0/+1
|
* Uncomment upgrade code for 4.7 (#8201)Joram Wilander2018-02-051-0/+1
|
* Uncomment upgrade for 4.6 (#8045)Derrick Anderson2018-01-051-0/+1
| | | | | | * Uncomment upgrade for 4.6 * add 4.6 version
* Uncomment upgrae for 4.5Christopher Speller2017-12-081-0/+1
|
* Uncomment upgrae for 4.4 (#7796)Christopher Speller2017-11-061-0/+1
|
* 4.3 pre-cut (#7569)Chris2017-10-041-0/+1
| | | | | | * 4.3 pre-cut * fix
* pre 4.2 cut (#7380)Chris2017-09-051-0/+1
|
* uncomment upgrade for 4.1 (#7128)Saturnino Abril2017-08-081-0/+1
|
* Uncomment upgrade for 4.0 (#6844)Saturnino Abril2017-07-061-0/+1
|
* Uncomment upgrade for 3.10 (#6600)Joram Wilander2017-06-061-0/+1
|
* Uncomment upgrade for 3.9 (#6336)Joram Wilander2017-05-041-0/+1
| | | | | | * Uncomment upgrade for 3.9 * Add 3.9.0 to model/version.go
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* Increment server version numberChristopher Speller2017-04-051-0/+1
|
* Update schema for version 3.7. (#5674)George Goldberg2017-03-071-0/+1
|
* Update schema for version 3.6 (#4972)Harrison Healey2017-01-041-0/+1
| | | | | | * Update schema for version 3.6 * Update version for version 3.6
* Bumping version to: 3.5.0-rc1Mattermost Build2016-11-051-0/+1
|
* Bumping version to: 3.4.0-rc1Mattermost Build2016-09-061-0/+1
|
* Bumping version to: 3.3.0-rc1Mattermost Build2016-08-041-0/+1
|
* Merge release 3.2 into master (#3548)Harrison Healey2016-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Bumping version to: 3.2.0-rc1 * PLT-2863 fixing bad merge that broke this PR (#3523) * PLT-2863 adding remove user from team * PLT-2863 adding the client side UI * Fixing trailing space * Fixing reported issues * Adding documentatino * Switching to final javascript driver * Fixing bad merge * Fixing bad merge * PLT-3538 Fix Login page doesn't show SAML option if gitlab is enabled (#3524) * Login error messages fix (#3525) * daily translations 20160708 (#3533) * Fixed permissions when getting a file attachment to use the correct user id (#3535) * PLT-3575 Fix Cannot upload certificates with .cer file extension on SAML (#3534) * PLT-3560 blocking adding to channel once user is removed (#3537) * Always allow system admins to see the Integrations sidebar (#3536) * Plt 3475 - Post control improvements (#3538) * Adding class to post when dropdown is active. * plt-3475 - Post controls improvements * daily translations 20160711 (#3544)
* Bumping version to: 3.1.0-rc1Mattermost Build2016-06-061-0/+1
|
* Adding enterprise build hash to about dialog (#3058)Christopher Speller2016-05-201-0/+1
|
* PLT-2057 User as a first class object (#2648)Corey Hulen2016-04-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding TeamMember to system * Fixing all unit tests on the backend * Fixing merge conflicts * Fixing merge conflict * Adding javascript unit tests * Adding client side unit test * Cleaning up the clint side tests * Fixing msg * Adding more client side unit tests * Adding more using tests * Adding last bit of client side unit tests and adding make cmd * Fixing bad merge * Fixing libraries * Updating to new client side API * Fixing borken unit test * Fixing unit tests * ugg...trying to beat gofmt * ugg...trying to beat gofmt * Cleaning up remainder of the server side routes * Adding inital load api * Increased coverage of webhook unit tests (#2660) * Adding loading ... to root html * Fixing bad merge * Removing explicit content type so superagent will guess corectly (#2685) * Fixing merge and unit tests * Adding create team UI * Fixing signup flows * Adding LDAP unit tests and enterprise unit test helper (#2702) * Add the ability to reset MFA from the commandline (#2706) * Fixing compliance unit tests * Fixing client side tests * Adding open server to system console * Moving websocket connection * Fixing unit test * Fixing unit tests * Fixing unit tests * Adding nickname and more LDAP unit tests (#2717) * Adding join open teams * Cleaning up all TODOs in the code * Fixing web sockets * Removing unused webockets file * PLT-2533 Add the ability to reset a user's MFA from the system console (#2715) * Add the ability to reset a user's MFA from the system console * Add client side unit test for adminResetMfa * Reorganizing authentication to fix LDAP error message (#2723) * Fixing failing unit test * Initial upgrade db code * Adding upgrade script * Fixing upgrade script after running on core * Update OAuth and Claim routes to work with user model changes (#2739) * Fixing perminant deletion. Adding ability to delete all user and the entire database (#2740) * Fixing team invite ldap login call (#2741) * Fixing bluebar and some img stuff * Fix all the different file upload web utils (#2743) * Fixing invalid session redirect (#2744) * Redirect on bad channel name (#2746) * Fixing a bunch of issue and removing dead code * Patch to fix error message on leave channel (#2747) * Setting EnableOpenServer to false by default * Fixing config * Fixing upgrade * Fixing reported bugs * Bug fixes for PLT-2057 * PLT-2563 Redo password recovery to use a database table (#2745) * Redo password recovery to use a database table * Update reset password audits * Split out admin and user reset password APIs to be separate * Delete password recovery when user is permanently deleted * Consolidate password resetting into a single function * Removed private channels as an option for outgoing webhooks (#2752) * PLT-2577/PLT-2552 Fixes for backstage (#2753) * Added URL to incoming webhook list * Fixed client functions for adding/removing integrations * Disallowed slash commands without trigger words * Fixed clientside handling of errors on AddCommand page * Minor auth cleanup (#2758) * Changed EditPostModal to just close if you save without making any changes (#2759) * Renamed client -> Client in async_client.jsx and fixed eslint warnings (#2756) * Fixed url in channel info modal (#2755) * Fixing reported issues * Moving to version 3 of the apis * Fixing command unit tests (#2760) * Adding team admins * Fixing DM issue * Fixing eslint error * Properly set EditPostModal's originalText state in all cases (#2762) * Update client config check to assume features is defined if server is licensed (#2772) * Fixing url link * Fixing issue with websocket crashing when sending messages to different teams
* Bumping version numberChristopher Speller2016-04-131-0/+1
|
* Redo of makefile. Build files no longer need to be modified for enterprise ↵Christopher Speller2016-03-211-4/+4
| | | | builds.
* PLT-2344 support 3 versions back=Corey Hulen2016-03-161-0/+5
|
* Bumping version to: 2.1.0-rc1Mattermost Build2016-03-091-0/+1
|
* Updating version.go for 2.0Christopher Speller2016-02-091-0/+1
|
* PLT-1765 allowing support of 2 previous versions=Corey Hulen2016-01-281-20/+40
|
* Release 1.4 rc1=Corey Hulen2016-01-111-0/+1
|
* Some refactoringChristopher Speller2015-12-161-0/+1
|
* Updating version to 1.3.0Christopher Speller2015-12-091-0/+1
|
* Updating version to 1.2.1Christopher Speller2015-11-161-0/+1
|
* Updating version to v1.2.0Christopher Speller2015-11-091-0/+1
|
* Adding release 1.1.0 versionChristopher Speller2015-10-081-0/+1
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Fixing break=Corey Hulen2015-10-021-1/+1
|
* Adding offical build function=Corey Hulen2015-10-021-0/+4
|
* Updating dockerfiles and version.goChristopher Speller2015-09-281-1/+1
|
* fixing versioning=Corey Hulen2015-09-171-3/+3
|
* Making changes to versioning=Corey Hulen2015-09-171-22/+34
|