summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix labels drag and drop from the sidebarMaxime Quandalle2015-09-101-1/+1
| | | | | | This bug was introduced in e964fbb5. Fixes #295.
* Fix text selection in the card detailed paneMaxime Quandalle2015-09-101-1/+7
| | | | Fixes #255.
* Use the master branch as default for heroku deploymentsMaxime Quandalle2015-09-102-2/+2
| | | | Devel might contain instable features
* Support Heroku one-click deployMaxime Quandalle2015-09-103-2/+23
| | | | | Fixes #76 Closes #188
* Pull translations from TransifexMaxime Quandalle2015-09-092-37/+37
|
* Release v0.9.0-rc2v0.9.0-rc2Maxime Quandalle2015-09-071-1/+1
|
* Pull translations from TransifexMaxime Quandalle2015-09-0615-1965/+1140
| | | | Fixes #293
* Fix some dead linksMaxime Quandalle2015-09-064-42/+54
| | | | | | | | | | This commit fixes the download link in the activity feed on the sidebar and the mention link on card description and comments (replaced by a popup). `eslint .` now passes without any error or warning. Fixes #286
* Fix header style when there are too much starred boardsMaxime Quandalle2015-09-062-4/+14
| | | | Fixes #237
* Fix a recurrent English typoMaxime Quandalle2015-09-0610-25/+25
|
* Add a missing translationMaxime Quandalle2015-09-062-4/+4
|
* Upgrade dependenciesMaxime Quandalle2015-09-061-8/+8
|
* Add a docker-compose configuration fileMaxime Quandalle2015-09-061-0/+16
| | | | Closes #231
* Hide some disabled forms for anonymous board viewersMaxime Quandalle2015-09-063-17/+22
| | | | | | Fixes #288 Fixes #289 Fixes #290
* Fix markdown rendering in the message viewerMaxime Quandalle2015-09-061-0/+7
| | | | Fixes #284
* Show avatars in search resultsMaxime Quandalle2015-09-064-3/+10
| | | | Fixes #265
* Support avatars and improve permissions integration on sandstormMaxime Quandalle2015-09-054-71/+89
| | | | | | | We now update the internal state of the application every time a user connects to the application, which means that if the sandstorm sharing graph has changed since the last time we saw a user, his permissions will be updated accordingly.
* Fix an issue with the star counterMaxime Quandalle2015-09-051-1/+1
|
* Fix member permission modificationMaxime Quandalle2015-09-0511-35/+57
| | | | Fixes #280
* Force popup closing when closing the detailed card paneMaxime Quandalle2015-09-041-0/+2
| | | | Fixes #283
* Change our presence packageMaxime Quandalle2015-09-047-12/+12
| | | | | | | | | tmeasday:presence was doing unnecessary ping calls to the server every 5 seconds instead of using the status of the DDP connection (this could save a fair amount of traffic in case of important server load). I guess this change also fixes #221, but since no issue reproduction was provided, it's difficult to tell.
* Upgrade meteor to v1.2-rc12Maxime Quandalle2015-09-042-10/+10
|
* Enforce a consistent ES6 coding styleMaxime Quandalle2015-09-0360-1692/+1604
| | | | | | | | | Replace the old (and broken) jshint + jscsrc by eslint and configure it to support some of the ES6 features. The command `eslint` currently has one error which is a bug that was discovered by its static analysis and should be fixed (usage of a dead object).
* Improve list title formMaxime Quandalle2015-09-026-46/+33
|
* Fix attachments downloadingMaxime Quandalle2015-09-022-4/+7
| | | | | Fixes #219 Fixes #256
* Add an horizontal scrollbar on code snippetsMaxime Quandalle2015-09-021-0/+5
| | | | Fixes #260
* Avoid side effects while clicking on a link in a card descriptionMaxime Quandalle2015-09-011-0/+17
| | | | Fixes #261
* Re-enable attachments on sandstormMaxime Quandalle2015-09-012-3/+2
| | | | | Credits go to @dwrensha who implement the required MongoDB upgrade on meteor-spk.
* Merge pull request #263 from gitter-badger/gitter-badgeMaxime Quandalle2015-09-011-0/+2
|\ | | | | Add a Gitter chat badge to README.md
| * Added Gitter badgeThe Gitter Badger2015-09-011-0/+2
|/
* Update translation source fileMaxime Quandalle2015-09-0113-183/+184
|
* Fix the horizontal canvas scrolling on card openingMaxime Quandalle2015-08-313-29/+43
|
* Fix comment insertionMaxime Quandalle2015-08-311-2/+2
|
* Release v0.9.0-rc1v0.9.0-rc1Maxime Quandalle2015-08-311-1/+1
|
* Improve the board subscriptionMaxime Quandalle2015-08-311-10/+16
| | | | Fixes #258
* Temporarily hide the attachment feature on sandstormMaxime Quandalle2015-08-312-2/+3
| | | | | | | | | | Our spk currently have an issue with the bundled MongoDB (forked) version that breaks if some files are inserted in a GridFS collection. We need to find out a way to upgrade and migrate the bundled database until we can re-enable the attachment feature. Note that the feature is unmodified, it's just hidden in the UI.
* Don't save a draft if the card description hasn't been modifiedMaxime Quandalle2015-08-311-1/+4
|
* Fixes some UI bugs on sandstormMaxime Quandalle2015-08-315-12/+21
|
* Replace the component bounded `cachedValue` by a global `UnsavedEdits`Maxime Quandalle2015-08-3113-93/+250
| | | | | | | | This new draft saving system is currently only implemented for the card description and comment. We need better a component inheritance/composition model to support this for all editable fields. Fixes #186
* Fix property passing in the userAvatar componentMaxime Quandalle2015-08-301-1/+2
| | | | Fixes #257
* Redesign the card design header and change header menu iconMaxime Quandalle2015-08-307-28/+23
|
* Fix sandstorm packagingMaxime Quandalle2015-08-302-2/+2
|
* Fix a bug with board title editionMaxime Quandalle2015-08-291-2/+3
| | | | Fixes #250
* Add a screenshot for sandstormMaxime Quandalle2015-08-293-12/+8
| | | | | | It seems that the total size of the sandstorm package manifest can't exceed a certain size. Putting a small image works until I figure out what the issue is.
* Fix a bug with the comment buttonsMaxime Quandalle2015-08-292-3/+4
|
* Write a description for the sandstorm app marketMaxime Quandalle2015-08-292-0/+19
|
* Fix the faviconMaxime Quandalle2015-08-293-1/+1
|
* Fix the cursor used while dragging a listMaxime Quandalle2015-08-282-3/+6
|
* Increase the avatar max size and show an error if it is too bigMaxime Quandalle2015-08-284-16/+34
| | | | Fixes #190
* Hide feature non-member users can't useMaxime Quandalle2015-08-286-37/+38
| | | | | Fixes #206 Fixes #244