Lauri Ojansivu
0332ef3298
Hide support popup. It will be made editable later.
...
Thanks to xet7 !
2024-12-24 19:28:20 +02:00
Lauri Ojansivu
d7c8eced81
Revert changing URLs and email addresses.
2024-12-09 18:00:14 +02:00
Lauri Ojansivu
f689d1688a
Updated URLs and email addresses.
...
Thanks to xet7 !
2024-12-08 15:02:43 +02:00
Lauri Ojansivu
46327f19a1
To menu right top username, added Support, to have info about from where to get support.
...
Thanks to xet7 !
2024-12-05 10:29:15 +02:00
Nadav Tasher
a36e80099a
Revert "Revert some scrollbar, sidebar and list width changes."
...
This reverts commit 096fe130f6
.
2024-11-21 00:10:49 +02:00
Lauri Ojansivu
096fe130f6
Revert some scrollbar, sidebar and list width changes.
...
Thanks to xet7 !
Fixes #5585 ,
fixes https://github.com/wekan/wekan/pull/5583
2024-11-20 21:08:06 +02:00
Nadav Tasher
d63507dd97
Add margin to member and assignee avatars
2024-11-16 17:53:36 +02:00
Martin Filser
8a446de3e9
added comment section on card details to avoid loading the card comment activities from the server
...
- and added to show only the activities a card
- to display the card comments a connection to the server was needed to get the activities of the card comments, now, it's not necessary
- also performance relevant. until now there were a lot of activities loaded, now only of the current card
2024-11-15 19:55:07 +01:00
Martin Filser
bff96f6ae2
change Meteor.user() to ReactiveCache.getCurrentUser()
...
- see also: https://github.com/wekan/wekan/issues/5000
2024-08-06 22:33:03 +02:00
hekatomb
77ab5c1690
Bugfix: Strikethrough inactive Teams and orginizations rather than strikethrough active teams and orgs
2024-06-06 23:25:16 +02:00
Johannes Zellner
79e61f6d64
Fix regression which hides the password change form
...
This came in via https://github.com/wekan/wekan/pull/5032/files as I
wasn't aware the class name was reused. Unfortunately I couldn't find
how to create an explicit new class name for only the password change
form, so we show the form in code now.
Fixes #5144
2023-09-28 13:00:04 +02:00
Martin Filser
ea39cfbf5a
FontAwesome 6.4.2, adding back the previous icons because now all icons are included into Wekan
2023-09-16 13:12:47 +02:00
helioguardabaxo
ffdeed099e
Update Font Awesome version to 6.4.2
2023-09-08 20:23:58 -03:00
Martin Filser
875442f1ce
removing Utils.getCurrentSetting() and use ReactiveCache directly
2023-07-20 21:11:29 +02:00
Martin Filser
538e197147
Move every Avatars.find(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:29 +02:00
Martin Filser
ad9daba60d
Move every Users.findOne(idOrFirstObjectSelector, options) to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
fe2015735a
Move every Team.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
2ab34d3b87
Move every Org.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
5e3a9dc059
Move every Meteor.user() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
6e1ef3d94a
Move every Users.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
3b65113d05
Move every Cards.findOne() to the ReactiveCache
2023-07-18 21:25:28 +02:00
Martin Filser
b7dbeba7de
add currentSetting to ReactiveCache
2023-07-18 21:25:28 +02:00
Lauri Ojansivu
5b3bd8ff2a
Add some info about allowed filesizes and filetypes for attachments and avatars.
...
Thanks to Meeques and xet7 !
Fixes #4863
2023-03-26 12:41:44 +03:00
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
2022-10-23 15:17:41 +03:00
Tobias Wolf
24566ce853
Reset avatar if removed
2022-08-20 09:01:18 +02:00
Tobias Wolf
c64a221453
Add support to validate uploaded avatars
2022-08-20 08:46:41 +02:00
Daniel Kaiser
339e044a30
Fix and update easysearch
2022-08-05 13:06:02 +02:00
viehlieb
b2fd576f36
added space before text
2022-07-18 15:54:49 +02:00
viehlieb
b3056626f3
add option to get asked whether unsaved card descriptions should be saved to db on e.g. unintentional click out of card details pane
2022-07-18 15:05:22 +02:00
Lauri Ojansivu
072778b9aa
Converted Stylus to CSS. Removed Stylus. This change removed many error messages.
...
Thanks to xet7 !
2022-05-17 12:36:10 +03:00
Denis Perov
c858e0b796
Rename isoCode to tag (cause they are IETF tags actually)
2022-04-21 19:14:30 +03:00
David Arnold
efcca9739a
fix: user avatar images & upload
2022-04-18 18:17:21 +03:00
David Arnold
1875551a93
Ref: pass through image size error message (correctly)
2022-04-18 18:17:21 +03:00
David Arnold
74deeeaaa6
Revert "Do those imports!"
...
This reverts commit 64dcc70bd2
.
2022-04-18 18:17:20 +03:00
David Arnold
2cddcd60a1
Do those imports!
2022-04-18 18:17:00 +03:00
David Arnold
97356603aa
Ref: original & and use fileObj.meta
...
fileObj.meta is part of the ostrio:files API and be passed to the
constructor. This is less hacky than trying tu update a persistet object
after the fact.
2022-04-18 18:16:23 +03:00
David Arnold
3813554918
Ref: Avatar upload handler
2022-04-18 18:16:23 +03:00
David Arnold
b49aaf8e68
Ref: Avatar upload handler
2022-04-18 18:16:23 +03:00
Jan Küster
60af7766bf
Switch tap:i18n to custom TAPi18n implementation
2022-04-18 18:02:14 +03:00
Lauri Ojansivu
40265144af
Upgrade to Meteor 2.3.4
...
Thanks to xet7 !
2022-02-15 13:16:27 +03:00
Lauri Ojansivu
a8e3dc06fe
Part 3: Added translation: Galician (Spain).
...
Thanks to translators!
2022-01-30 01:43:05 +02:00
Lauri Ojansivu
30131ffc20
Part 2: Added translations: Estonian (Estonia) et_EE, Russian (Ukraine) ru_UA, Ukrainian (Ukraine) uk_UA.
...
Thanks to translators!
2022-01-13 21:05:59 +02:00
Lauri Ojansivu
b392e515ca
Updated translations.
2021-11-15 19:20:31 +02:00
Lauri Ojansivu
b7928a9538
Updated translations.
2021-11-15 18:17:27 +02:00
Lauri Ojansivu
c136033c1f
Rename "Domaine" to "Domain" that is more like English.
...
Thanks to xet7 !
2021-10-31 19:23:51 +02:00
Emile NDAGIJIMANA
b51152fca4
Add a possibility for non admin users who have email on a given domain name (in Admin panel settings) to send an invitation for inscription
2021-10-29 18:43:44 +02:00
Emile NDAGIJIMANA
f840d26faf
[Adding team to the board] some meaningfuly texts on buttons
2021-10-28 11:27:22 +02:00
Martin Filser
b9250e4be4
Use Popup.back() instead of Popup.close() to get no conflicts if a Popup is opened as "Sub Popup"
...
- .back() is also .close() if there is no "popup layer" left
2021-10-25 12:53:04 +02:00
Martin Filser
fdf40f4584
Use Utils#getCurrentCard() everywhere in the code
2021-10-20 18:41:33 +02:00
Martin Filser
b9178cfcb6
isMiniScreen and showDesktopDragHandles centralized in class Utils
...
- a lot of same code everywhere in many files, this is against the
concept "don't repeat yourself"
2021-10-20 18:40:41 +02:00