server
/
wekan
master
spline
Open-source Trello-like kanban (tasks.spline.de)
spline
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
models
/
boards.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
models: boards: add PUT members entry point
Benjamin Tissoires
2018-10-23
1
-0
/
+32
*
models: make the REST API more uniform
Benjamin Tissoires
2018-10-23
1
-6
/
+6
*
- REST API: Change role on board. Docs: https://github.com/wekan/wekan/wiki/R...
Lauri Ojansivu
2018-09-30
1
-3
/
+27
*
Merge branch 'feature-rules' of https://github.com/Angtrim/wekan into Angtrim...
Lauri Ojansivu
2018-09-16
1
-0
/
+4
|
\
|
*
Labels activities
Angelo Gallarello
2018-08-16
1
-0
/
+4
*
|
Merge branch 'devel' of https://github.com/andresmanelli/wekan into devel
Lauri Ojansivu
2018-09-06
1
-0
/
+5
|
\
\
|
*
|
Add swimlaneId in activity. Create default swimlaneId in API
Andrés Manelli
2018-09-06
1
-0
/
+5
*
|
|
- REST API: Create board options to be modifiable, like
Lauri Ojansivu
2018-09-06
1
-6
/
+6
|
/
/
*
|
- Add permission "No comments". It is like normal user, but does not show com...
Lauri Ojansivu
2018-09-04
1
-1
/
+12
*
|
Fix lint errors
Andrés Manelli
2018-08-11
1
-4
/
+0
*
|
Refactor imported -> linked in models
Andrés Manelli
2018-08-11
1
-3
/
+3
*
|
Fix lint errors
Andrés Manelli
2018-08-11
1
-4
/
+4
*
|
Add two way binding of card/board times
Andrés Manelli
2018-08-11
1
-0
/
+22
*
|
Avoid importing imported cards or boards
Andrés Manelli
2018-08-10
1
-6
/
+6
*
|
Add UI for importing card-as-card and board-as-card
Andrés Manelli
2018-08-10
1
-0
/
+4
*
|
Fix showing only the cards of the current board in calendar view
Yanonix
2018-08-09
1
-0
/
+1
|
/
*
Merge branch 'devel' into nested-tasks
Nicu Tofan
2018-06-28
1
-0
/
+27
|
\
|
*
Show cards in calendar
Nicu Tofan
2018-06-26
1
-0
/
+27
*
|
Added ability to change card's parent.
Nicu Tofan
2018-06-26
1
-0
/
+4
*
|
Show parent in card (no links, yet)
Nicu Tofan
2018-06-26
1
-0
/
+16
*
|
Board level settings for subtasks
Nicu Tofan
2018-06-26
1
-0
/
+16
*
|
Check for null and undefined in board defaults
Nicu Tofan
2018-06-26
1
-2
/
+2
*
|
implement getDefaultSwimline for boards
Nicu Tofan
2018-06-26
1
-0
/
+12
*
|
A better name for incoming subtasks
Nicu Tofan
2018-06-26
1
-1
/
+1
*
|
Can add cards as subtasks
Nicu Tofan
2018-06-26
1
-0
/
+54
|
/
*
Add additional label colours (from pull by JamesLavin), Add Assigned & Reques...
RJevnikar
2018-06-05
1
-0
/
+3
*
resolving merge conflicts
IgnatzHome
2018-05-17
1
-0
/
+4
|
\
|
*
many custom fields model and UI enhancements
Pouyan Savoli
2017-09-22
1
-0
/
+4
*
|
correction
NET\faguet
2018-05-07
1
-1
/
+1
*
|
Add a new API route to create a new label in a given board
NET\faguet
2018-05-07
1
-0
/
+29
*
|
Fix #1567
Andrés Manelli
2018-04-16
1
-8
/
+0
*
|
Lists view is the default view when creating boards
Ghassen Rjab
2018-03-02
1
-1
/
+1
*
|
Fix lint warnings
Ghassen Rjab
2018-02-27
1
-5
/
+5
*
|
Fix lint error related to this feature
Ghassen Rjab
2018-02-23
1
-1
/
+1
*
|
Add search cards helper to boards model
Ghassen Rjab
2018-02-23
1
-0
/
+21
*
|
Add view boards field to change between views
Andrés Manelli
2018-01-22
1
-0
/
+8
*
|
First swimlane draft, no functionality
Andrés Manelli
2018-01-19
1
-0
/
+4
*
|
Added red-green circle to board lists item for indicating board which has ove...
Thuan Pham Quoc
2017-11-20
1
-0
/
+10
*
|
Add REST API better error output
soohwa
2017-10-15
1
-62
/
+102
*
|
Add the ability for the admin :
soohwa
2017-10-13
1
-1
/
+10
|
/
*
Fixed a typo..
mayjs
2017-05-16
1
-1
/
+1
*
Implemented the change of /api/user/boards as proposed by huneau
mayjs
2017-05-16
1
-1
/
+5
*
Fixed eslint errors
mayjs
2017-05-15
1
-9
/
+9
*
Extracted board access check function
mayjs
2017-05-15
1
-4
/
+1
*
Changed GET /api/boards/:id to allow access by the normally also allowed users.
mayjs
2017-05-15
1
-2
/
+5
*
Fixed a typo and removed an old todo comment
mayjs
2017-05-15
1
-2
/
+2
*
Changed /api/user/boards to only check if the user is logged in
mayjs
2017-05-15
1
-1
/
+1
*
let -> const
mayjs
2017-05-15
1
-1
/
+1
*
Removed old debug output
mayjs
2017-05-15
1
-1
/
+0
*
Fixed the errors existing in /api/user/boards
mayjs
2017-05-15
1
-8
/
+15
[next]