Lauri Ojansivu
fb6f618917
More S3 code.
...
Thanks to xet7 !
Related #142
2 years ago
helioguardabaxo
209d946f94
Fix: changing list color reloads webpage
2 years ago
Jochen Sukrow
6e3f25c771
Add link card feature to rules
2 years ago
Martin Filser
f6d7377977
Remove duplicate IDs issue
2 years ago
Lauri Ojansivu
a561d1b633
For export/print print board/card, added some CSS better. Use browser print preview %20 etc setting to fit to page. Next: Card CSS.
...
Thanks to xet7 !
Related #4197 ,
related #1173
2 years ago
Lauri Ojansivu
2be0385c25
Move Desktop Drag Handle setting more right.
...
Thanks to Emile840 and xet7 !
Related #4734 ,
related #4715
2 years ago
Lauri Ojansivu
b9ae5a19c7
Fixed text not visible at white swimlane at themes dark and exodark.
...
Commented out not in use font Poppins.
Custom fonts were previously removed because they did not work,
there were errors at browser inspect console.
Thanks to Meeques and xet7 !
Fixes #4451
3 years ago
Lauri Ojansivu
49404203ab
Upgraded to Meteor 2.8.2. This could fix memory leaks. See https://forums.meteor.com/t/meteor-v2-8-memory-leak-in-mongo-driver/59101/23 .
...
Added Mongo sessions count to Admin Panel / Version at bottom of page, see that it is not growing all the time.
Thanks to Meteor developers and xet7 !
3 years ago
Lauri Ojansivu
6a4e17e039
Revert set miniscreen to 250px.
...
Thanks to zlobcek, mfilser and xet7 !
Related https://github.com/wekan/wekan/discussions/4753 ,
related https://github.com/wekan/wekan/pull/4649
3 years ago
Lauri Ojansivu
7e5e29cacb
Drag handle part 2.
3 years ago
Lauri Ojansivu
e214bc55dc
Drag handle toggle at top left: Each touch/non-touch screen can
...
use different setting, because it's saved to browser localstorage,
not database. For example, when using Firefox Multi-Account Containers AddOn,
different browsers etc, when logged in as same user.
Thanks to hatl and xet7 !
Fixes #4715
3 years ago
Lauri Ojansivu
15bf69c319
Added URL path / for site.webmanifest and pwa-service-worker because of errors in Chrome inspect console.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
005c91af51
Commented out fonts because of errors in browser inspect console: downloadable font: rejected by sanitizer font-family Roboto Poppins.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
625a9f16f5
Refine subpath deployment support. Part 2.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/4712
3 years ago
Justin Zhang
53e67ff57a
Supress displaying subtask boards to avoid clutter
3 years ago
Justin Zhang
ef64b0a654
Fix avatar upload error
...
- Set server-side avatar size limit to 72000
3 years ago
Justin Zhang
bfb0c05e83
Support subpath deployment
...
- Make css font reference relative
- Fix cover image loading error
3 years ago
Lauri Ojansivu
b70a6cb348
Added faster way to do actions on minicard menu.
...
Thanks to mohammadZahedian, HT-Marley and xet7 !
Fixes #4303
3 years ago
Martin Filser
53bfa967c6
CustomFieldStringTemplate regular expressions now on minicard too
3 years ago
Martin Filser
d7f451a7d9
CustomFieldStringTemplate regular expressions of format field now possible
...
the new syntax is e.g.:
${regex:".(.*).", replace:"$1", flags:"i"}
removes the first and last character and uses case-insensitive search.
See also:
https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/RegExp
3 years ago
helioguardabaxo
9dff09fbcf
Added hide/show to show counters and members on All Boards (Admin Panel)
3 years ago
helioguardabaxo
207276e7ec
Added titles to add and edit checklist items
3 years ago
helioguardabaxo
ab56f51dc0
Added limit description on minicard to three lines.
3 years ago
helioguardabaxo
d610d03423
Added help button with custom URL.
3 years ago
helioguardabaxo
86d86b30e9
Heading hierarchy fixed to simplify screen reader.
3 years ago
helioguardabaxo
a6ec394730
Add ARIA in checklist items
3 years ago
Lauri Ojansivu
6b4613d3ed
Fix 2) Due date is not created nor changed, when cards are moved in the calendar view.
...
Thanks to DimDz !
Related #2917
3 years ago
Lauri Ojansivu
3a0269640b
Added missing currentUser.
...
Thanks to xet7 !
Related https://github.com/wekan/wekan/pull/4672
3 years ago
helioguardabaxo
ebfabba284
Added tab view to board members (people, orgs and teams)
3 years ago
Lauri Ojansivu
1e4fba3ec8
Added back autologin, because reverting it broke Google OIDC login.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
43a7096753
Revert autologin, because it broke OIDC login with Keycloak.
...
Thanks to wb9688 and xet7 !
Fixes #4660 ,
related https://github.com/wekan/wekan/pull/4588
3 years ago
Lauri Ojansivu
68e4e6f049
Fix check for current user at card details.
...
Thanks to xet7 !
3 years ago
Lauri Ojansivu
5ca84d2930
Try to fix EasySearch syntax.
...
Thanks to xet7 !
3 years ago
Martin Filser
2c2f906c8b
Move/Copy Card dialog didn't set the last selected board right
...
- fixes : #4655
3 years ago
Repmovs
03a75c9c05
set miniscreen to 250px
3 years ago
Tobias Wolf
24566ce853
Reset avatar if removed
3 years ago
Tobias Wolf
c64a221453
Add support to validate uploaded avatars
3 years ago
Martin Filser
97109df673
copy/move checklist uses now the same code as copy/move card
3 years ago
Martin Filser
d4338dd5cc
Moving DialogWithBoardSwimlaneList class to it's own file
3 years ago
Martin Filser
15ce816ec6
Convert checklist-item to card uses now the same code as copy card / move card
3 years ago
Martin Filser
dc210dc53b
Copy checklists to many cards copies the whole card now (+attachments)
...
- renamed copyChecklistToManyCards changed to copyManyCards because the whole card is copied
3 years ago
Martin Filser
43135ffc8d
Copy many cards now also copies attachments
3 years ago
Martin Filser
e37bf2b51d
Copy card at card details copies now attachments
3 years ago
Martin Filser
03deeb6729
Copy many card dialog remembers now the last selected board
3 years ago
Martin Filser
a06d1806df
Copy card dialog remembers now the last selected board
3 years ago
Martin Filser
0a4e472601
Move card dialog remembers now the last selected board
3 years ago
Martin Filser
20c2679dc8
Attachment size, changed calculation to npm filesize (Version Info)
3 years ago
Martin Filser
464bc2f87b
Attachment size, changed calculation to npm filesize (Attachment Move)
3 years ago
Martin Filser
3aba91885f
Attachment size, changed calculation to npm filesize (Admin Reports)
3 years ago
Martin Filser
110a83a736
Attachment size, changed calculation to npm filesize (Card Details)
3 years ago