Lauri Ojansivu
|
d4d6a5f96d
|
Fix to not anymore require website for Organization and Team.
Thanks to xet7 !
|
2023-11-20 01:28:14 +02:00 |
|
Lauri Ojansivu
|
6405c35bc0
|
Fix to not anymore show confusing Organization Id and Team Id fields at Admin Panel / People / People / Edit user.
Thanks to xet7 !
|
2023-11-20 01:20:30 +02:00 |
|
Lauri Ojansivu
|
6e2f84673e
|
When user logins, "Automatically add user with the domain name" (at Admin Panel / Organizations) to Organization. Part 1.
Thanks to xet7 !
|
2023-11-19 23:33:40 +02:00 |
|
Yevhenii Pertiaka
|
b1525d4221
|
Added new function to add cumstom translation strings on Admin panel
|
2023-08-17 21:54:14 +09:00 |
|
Johannes Zellner
|
d93a58d892
|
Do not show OAuth2 in auth method dropdown as it has its own button
|
2023-08-03 17:17:08 +02:00 |
|
Johannes Zellner
|
f190a102f9
|
formAuthenticationMethods is an array
part of #5051
|
2023-08-03 16:41:27 +02:00 |
|
Johannes Zellner
|
b107fb0017
|
Move authentication UI handling in correct place
The connectionMethod component only deals with the authentication method
select input.
Fixes #5048
|
2023-08-02 18:36:15 +02:00 |
|
Johannes Zellner
|
1271409989
|
Avoid further UI flickering on load and show/hide OR in login screen if more than one is active
Fixes #5028
|
2023-08-01 12:58:38 +02:00 |
|
Martin Filser
|
875442f1ce
|
removing Utils.getCurrentSetting() and use ReactiveCache directly
|
2023-07-20 21:11:29 +02:00 |
|
Martin Filser
|
14ac099e87
|
Move every Attachments.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
|
2023-07-18 21:25:29 +02:00 |
|
Martin Filser
|
0c58bcf99c
|
Move every Rules.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
67c6dd7bee
|
Move every Team.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
8c72531e6d
|
Move every Org.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
81c9bb6899
|
Move every Users.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
ea3144492e
|
board page didn't always show the list counters
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
10a9306abd
|
Move every Boards.find(idOrFirstObjectSelector, options) to the ReactiveCache (directory client/)
|
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
|
6e1ef3d94a
|
Move every Users.findOne() to the ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
a182482cfb
|
Move every Boards.findOne(boardId) to the ReactiveCache (Part 2)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
cecf69af02
|
fix wrong function / variable name (currentSetting -> currentAnnouncements)
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
b7dbeba7de
|
add currentSetting to ReactiveCache
|
2023-07-18 21:25:28 +02:00 |
|
Martin Filser
|
23218d3808
|
Admin Report, fixing filesize if not a number
|
2023-06-28 22:02:28 +02:00 |
|
Martin Filser
|
cad55d57d7
|
Admin attachment view was missing the column header "S3FileId"
|
2023-06-28 21:30:01 +02:00 |
|
Lauri Ojansivu
|
fb6f618917
|
More S3 code.
Thanks to xet7 !
Related #142
|
2022-12-26 05:45:32 +02:00 |
|
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 !
|
2022-12-01 07:32:44 +02:00 |
|
helioguardabaxo
|
9dff09fbcf
|
Added hide/show to show counters and members on All Boards (Admin Panel)
|
2022-09-16 11:02:25 -03:00 |
|
helioguardabaxo
|
d610d03423
|
Added help button with custom URL.
|
2022-09-12 21:36:31 -03:00 |
|
Martin Filser
|
20c2679dc8
|
Attachment size, changed calculation to npm filesize (Version Info)
|
2022-08-16 22:35:19 +02:00 |
|
Martin Filser
|
464bc2f87b
|
Attachment size, changed calculation to npm filesize (Attachment Move)
|
2022-08-16 22:35:18 +02:00 |
|
Martin Filser
|
3aba91885f
|
Attachment size, changed calculation to npm filesize (Admin Reports)
|
2022-08-16 22:35:18 +02:00 |
|
Daniel Kaiser
|
339e044a30
|
Fix and update easysearch
|
2022-08-05 13:06:02 +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 |
|
Lauri Ojansivu
|
68e8155805
|
Multi-File Storage.
Thanks to mfilser !
Related https://github.com/wekan/wekan/pull/4484
Merge branch 'master' into upgrade-meteor
|
2022-04-22 00:55:42 +03:00 |
|
Martin Filser
|
b7ab79efef
|
Admin Reports, more detailed column header + add boardId and cardId to table
|
2022-04-20 20:50:42 +02:00 |
|
Martin Filser
|
f1a52c99c5
|
Admin Panel, add seperator line at attachments
|
2022-04-20 20:50:42 +02:00 |
|
Martin Filser
|
d1efd1f493
|
Admin Panel, use full screen height
|
2022-04-20 20:50:41 +02:00 |
|
Martin Filser
|
bd8eda2351
|
Admin Panel, right table scrollbar is now visible
|
2022-04-20 20:50:41 +02:00 |
|
Martin Filser
|
a167d8ff3f
|
table width 100% isn't necessary at Admin Panel "People"
- also it was set global to Wekan, not really a good practise ...
|
2022-04-20 20:50:41 +02:00 |
|
Martin Filser
|
9367ef8c41
|
Admin Panel, use flex "gap" instead of "margin" and "padding"
|
2022-04-20 20:50:41 +02:00 |
|
Martin Filser
|
5c890e4cc3
|
Flex-Box Layout of "Move Attachment" buttons
|
2022-04-20 20:50:41 +02:00 |
|
Martin Filser
|
b8d14abe0c
|
Attachment Management at Admin Console
|
2022-04-20 20:50:41 +02:00 |
|
Martin Filser
|
e75f423edd
|
Removed "Orphaned Files" from Admin-Reports
- not necessary with Meteor-Files
|
2022-04-20 20:50:41 +02:00 |
|
Martin Filser
|
dace63d4dc
|
Files Report works now with Meteor-Files (needed migration to new code)
|
2022-04-20 20:50:41 +02:00 |
|
Lauri Ojansivu
|
0c3ca14699
|
Merge branch 'upgrade-meteor-2.6' of https://github.com/majus/wekan into upgrade-meteor
|
2022-04-18 21:25:47 +03:00 |
|
Denis Perov
|
2b579372c3
|
Disable Organisation name i18n
|
2022-04-18 18:18:16 +03:00 |
|
Jan Küster
|
60af7766bf
|
Switch tap:i18n to custom TAPi18n implementation
|
2022-04-18 18:02:14 +03:00 |
|
viehlieb
|
5b60efbe82
|
fix weird behavior where freshly created teams/orgs as active are crossed, recreated consistency with database
|
2022-03-04 18:24:11 +01:00 |
|
Lauri Ojansivu
|
b85db43c47
|
Fixed Disable Self-Registration. Added Disable Forgot Password to same Admin Panel page.
Thanks to xet7 !
Fixes #3971,
fixes #2839
|
2022-02-26 01:29:40 +02:00 |
|
John Supplee
|
42610d9642
|
More enhancements to Admin Reports and security fixes
* update Boards Report
* use Boards.userBoards() instead of Boards.find() to make sure user has access permission
|
2021-12-21 02:39:16 +02:00 |
|