Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update translations. | Lauri Ojansivu | 2019-06-10 | 3 | -329/+329 |
| | |||||
* | Additional CORS headers settings, added earlier. In progress. | Lauri Ojansivu | 2019-06-10 | 2 | -1/+19 |
| | |||||
* | Update changelog. | Lauri Ojansivu | 2019-05-24 | 1 | -1/+7 |
| | |||||
* | Merge branch 'risacher-master' into edge | Lauri Ojansivu | 2019-05-24 | 2 | -0/+16 |
|\ | |||||
| * | Add support for more CORS headers | Daniel Risacher | 2019-05-24 | 2 | -0/+16 |
| | | |||||
* | | Update changelog. | Lauri Ojansivu | 2019-05-23 | 1 | -0/+9 |
| | | |||||
* | | Merge pull request #2427 from DominikPf/OAuth2-fix | Lauri Ojansivu | 2019-05-23 | 9 | -12/+11 |
|\ \ | |/ |/| | Fix Scope parsing Issue for OAuth2 Login with simple String | ||||
| * | Fix Scope parsing Issue for OAuth2 Login | DominikPf | 2019-05-23 | 9 | -12/+11 |
|/ | |||||
* | v2.75v2.75 | Lauri Ojansivu | 2019-05-22 | 4 | -6/+6 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2019-05-22 | 1 | -17/+17 |
| | |||||
* | Update changelog. | Lauri Ojansivu | 2019-05-22 | 1 | -0/+15 |
| | |||||
* | - Fix: OAuth2 Requested Scopes are wrong / cannot be configured. | Lauri Ojansivu | 2019-05-22 | 8 | -3/+56 |
| | | | | | | Thanks to DominikPf and xet7 ! Closes #2412 | ||||
* | - [CAS allowed LDAP ↵ | Lauri Ojansivu | 2019-05-22 | 2 | -6/+34 |
| | | | | | | | | | | groups](https://github.com/wekan/meteor-accounts-cas/pull/4). Thanks to ppoulard ! Please test. Related #2356 | ||||
* | v2.74v2.74 | Lauri Ojansivu | 2019-05-14 | 4 | -5/+5 |
| | |||||
* | Update changelog. | Lauri Ojansivu | 2019-05-14 | 1 | -0/+10 |
| | |||||
* | - Add missing [wekan-ldap#40](https://github.com/wekan/wekan-ldap/pull/40) ↵ | Lauri Ojansivu | 2019-05-14 | 1 | -0/+18 |
| | | | | | | | | code about LDAP_SYNC_ADMIN_STATUS. Thanks to JulianJacobi, n-st, chirrut2 and xet7 ! Closes #2351 | ||||
* | v2.73v2.73 | Lauri Ojansivu | 2019-05-14 | 4 | -5/+5 |
| | |||||
* | Update translations (fi). | Lauri Ojansivu | 2019-05-14 | 1 | -70/+70 |
| | |||||
* | Fix lint errors. | Lauri Ojansivu | 2019-05-14 | 1 | -2/+2 |
| | |||||
* | - [Few fixes for Dockerfile](https://github.com/wekan/wekan/pulls/2407). | Lauri Ojansivu | 2019-05-14 | 1 | -0/+3 |
| | | | | Thanks to bentiss ! | ||||
* | Merge pull request #2407 from bentiss/dockerfile-fixes | Lauri Ojansivu | 2019-05-14 | 1 | -5/+5 |
|\ | | | | | Few fixes for Dockerfile | ||||
| * | Dockerfile: no need to change the permissions once again | Benjamin Tissoires | 2019-05-14 | 1 | -1/+1 |
| | | | | | | | | | | we carefully used gosu where needed, so there is no need to re-run a check on the permissions. | ||||
| * | Dockerfile: use gosu for creating the openapi files | Benjamin Tissoires | 2019-05-14 | 1 | -3/+3 |
| | | |||||
| * | Dockerfile: bump api2html to version 0.3.3 | Benjamin Tissoires | 2019-05-14 | 1 | -1/+1 |
| | | |||||
* | | - [Card count placement and export API functionality ↵ | Lauri Ojansivu | 2019-05-14 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | back](https://github.com/wekan/wekan/pulls/2406). Thanks to bentiss. Closes #2403, closes #2328 | ||||
* | | Merge pull request #2406 from bentiss/fixes | Lauri Ojansivu | 2019-05-14 | 4 | -10/+21 |
|\ \ | | | | | | | card count placement and export API functionality back | ||||
| * | | openAPI: also handle `export` statement in the scripts | Benjamin Tissoires | 2019-05-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | The files are actually modules, not plain scripts, and thus we are allowed to use `export`. Without `parseModule`, the script would silently fail when parsing `export.js` and the export function will not be present. | ||||
| * | | Restore export API | Benjamin Tissoires | 2019-05-14 | 1 | -8/+15 |
| | | | | | | | | | | | | | | | | | | | | | Commit 477d71e0b90d1 was based on an older version of export.js, which means it reverted a few changes that were made previously. Fixes #2328 | ||||
| * | | Fix card count position | Benjamin Tissoires | 2019-05-14 | 2 | -1/+5 |
| |/ | | | | | | | | | | | | | | | | | | | When introducing markdown in the title (b795115042c2eb6bccb), the card count got pushed outside of the List Header. Add its own style (by manually merge small and quiet), and restore its original placement. Fixes #2403 | ||||
* | | - Fixed [#2338](https://github.com/wekan/wekan/issues/2338) -> [Slow opening ↵ | Lauri Ojansivu | 2019-05-14 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | of big boards with too many archived items](https://github.com/wekan/wekan/pull/2402). If some Wekan users see errors with this, please empty your browser cache. Thanks to nerminator. Closes #2338 | ||||
* | | Merge pull request #2402 from nerminator/feature/performance_archive | Lauri Ojansivu | 2019-05-13 | 8 | -64/+92 |
|\ \ | |/ |/| | Fixed #2338 -> Slow opening of big boards with too many archived items | ||||
| * | Fixed #2338 -> Slow opening of big boards with too many archived items | wekan | 2019-05-13 | 8 | -64/+92 |
|/ | |||||
* | v2.72v2.72 | Lauri Ojansivu | 2019-05-13 | 4 | -4/+14 |
| | |||||
* | Merge pull request #2401 from guyzyl/devel | Lauri Ojansivu | 2019-05-13 | 1 | -2/+2 |
|\ | | | | | Added BIDI support to "Add Card" #884 | ||||
| * | Added BIDI support to "Add Card" #884 | Guy Zylberberg | 2019-05-13 | 1 | -2/+2 |
|/ | |||||
* | v2.71v2.71 | Lauri Ojansivu | 2019-05-12 | 4 | -5/+5 |
| | |||||
* | Update translations. | Lauri Ojansivu | 2019-05-12 | 1 | -30/+30 |
| | |||||
* | Update changelog. | Lauri Ojansivu | 2019-05-12 | 1 | -0/+9 |
| | |||||
* | Merge pull request #2400 from atilaromero/devel | Lauri Ojansivu | 2019-05-12 | 1 | -0/+17 |
|\ | | | | | Add partentId support on card web API | ||||
| * | Add partentId support on card web API | Atila Romero | 2019-05-12 | 1 | -0/+17 |
| | | |||||
* | | Fix typo. | Lauri Ojansivu | 2019-05-12 | 1 | -1/+1 |
|/ | |||||
* | v2.70v2.70 | Lauri Ojansivu | 2019-05-11 | 4 | -5/+5 |
| | |||||
* | Update changelog. | Lauri Ojansivu | 2019-05-11 | 1 | -0/+11 |
| | |||||
* | - [View markdown on List names, Custom Fields (Text and Dropdown), Label names, | Lauri Ojansivu | 2019-05-11 | 8 | -13/+32 |
| | | | | | | | | All Boards view Board names and Board descriptions](https://github.com/wekan/wekan/issues/2334). Thanks to shaygover and xet7 ! Related #2334 | ||||
* | v2.69v2.69 | Lauri Ojansivu | 2019-05-11 | 4 | -5/+5 |
| | |||||
* | Update changelog. | Lauri Ojansivu | 2019-05-11 | 1 | -0/+9 |
| | |||||
* | - Fix translation name in Wekan menu: oc to Occitan. | Lauri Ojansivu | 2019-05-11 | 2 | -0/+4 |
| | | | | Thanks to xet7 ! | ||||
* | v2.68v2.68 | Lauri Ojansivu | 2019-05-10 | 4 | -6/+6 |
| | |||||
* | Update changelog. | Lauri Ojansivu | 2019-05-10 | 1 | -0/+13 |
| | |||||
* | Option to login to the LDAP server with the user's own username and ↵ | Lauri Ojansivu | 2019-05-10 | 7 | -1/+19 |
| | | | | | | | | | | | password, instead of an administrator key. Default: false (use administrator key). With new setting: LDAP_USER_AUTHENTICATION=true Added to Snap, Docker and Source. Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/2399 |