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
John R. Supplee
d9c290deda
Add Boards Report to Admin Reports
2021-12-20 16:52:18 +02:00
John Supplee
241c3ed8ae
Merge branch 'master' of https://github.com/wekan/wekan
2021-12-19 12:18:05 +02:00
Ben0it-T
eb9d44f5f0
People view - sort Organizations and Teams by Display Name (editUserPopup, newUserPopup, modifyTeamsUsers)
2021-12-12 18:10:50 +01:00
Ben0it-T
3a83d48bef
Admin Panel - sort Organizations and Teams by Display Name, sort People by username
2021-12-12 17:55:49 +01:00
Martin Filser
6245982025
Settings, add some space between radio buttons
...
- Fixes : #4159
2021-11-25 23:28:30 +01:00
Emile NDAGIJIMANA
8662fd59fb
possibility of adding a custom legal notice page url
2021-11-25 19:31:20 +01:00
Lauri Ojansivu
02b6df320f
Show Nodejs heap stats only at Standalone WeKan.
...
Not shown at Sandstorm WeKan, because there's a bunch of machine performance data
Sandstorm doesn't expose to apps to prevent side channel attacks.
Thanks to ocdtrekkie and xet7 !
Fixes #4154
2021-11-17 00:26:40 +02:00
Ben0it-T
d04e9bbabd
Add NodeJS statistics - part 2 - memory usage
2021-11-06 22:49:41 +01:00
Ben0it-T
790a82c4b1
Add NodeJS statistics - part 1 - heap statistics
2021-11-06 21:37:18 +01:00