John R. Supplee
d74dc92681
Global Search improvements
...
* support for searching from the URL
* add support for searching by assignee and member
4 years ago
John R. Supplee
a3518a3bcf
cleanup
4 years ago
John R. Supplee
ff626fb559
Add a new SessionData collection and limit user fields
...
* Add new SessionData collection to store user session data available to
server and client
* Limit the Users fields sent to the client by `myCards`, `dueCards`,
`brokenCards`, and `globalSearch` using new `Users.safeFields`
* clean-up
4 years ago
Lauri Ojansivu
4115d62bac
Limit amount of data in publications where possible.
...
Thanks to xet7 !
4 years ago
John R. Supplee
a56d47c768
Global search fixes
...
* use @ and # as the abbrevs for the user and list operators
* comment out debug code
* Modify display of card result counts
* Fix bug with publication not returning current user document
4 years ago
John R. Supplee
80b23e5cc1
Global search - add error messages for terms that are not found
4 years ago
John R. Supplee
34000ad159
Move global search to cards model
...
* add some explanation of the operators
4 years ago
John R. Supplee
bbcb236a46
Add methods to models for archived entities
4 years ago
Lauri Ojansivu
801d0aacf0
Due Cards and Broken Cards: In All Users view, fixed to show cards only from other users Public Boards. Not anymore from private boards.
...
Thanks to xet7 !
Related #1667
4 years ago
John R. Supplee
01bd94d2b3
Global search limited working prototype
...
* added publication
* need to filter cards on client side
4 years ago
John R. Supplee
ecc3558987
My Cards and Due Cards development
...
* add spinner while pages are loading
* use a single publication for My Cards
* add Due Cards to the user menu
* add description to the All Users option for Due Cards
* some code clean-up
4 years ago
John R. Supplee
986ab29676
Broken Cards development
...
* fix CSS and formatting
* refine selection criteria
4 years ago
John R. Supplee
4679db6ec4
New Broken Cards page
4 years ago
John R. Supplee
55b121e0d3
Development and fixes to My Cards and Due Cards
4 years ago
John R. Supplee
0e1c510948
My Cards: fix bug when null board, swimlane, or list
...
* Add new functions to model card for retrieving associated board,
swimlane, or list with default values
* Use new card model methods
4 years ago
John R. Supplee
1abdd5177d
Initial work on due cards page
4 years ago
John R. Supplee
5e68362352
My Cards page development
...
* rename `findCards()` to `myBoards()`
* return model objects for Boards, Swimlanes, Lists, and Cards.
Previously created a data structure with limited properties.
* Sort the myBoards data structure according to the `sort` property
* add a `swimlane()` method in the cards model
4 years ago
John R. Supplee
e793e71163
Reformat My Cards page
...
* make the page more visually pleasing
* user +viewer to display Markdown in titles
* modify `colorClass()` in Lists model to return 'list-header-{color}'
* modify `colorClass()` of Swimlanes model to return 'swimlane-{color}'
4 years ago
John R. Supplee
7a419c1563
My Cards development
...
* only find client side cards of the user
4 years ago
John R. Supplee
077e78d37c
My Cards development
...
first prototype
4 years ago
Lauri Ojansivu
d03e2170dd
Allow to edit email verified and initials at Admin Panel/People/People.
...
Thanks to xet7 !
Fixes #1426
4 years ago
Lauri Ojansivu
9e2093d6ae
Teams/Organizations to Admin Panel. In Progress.
...
Thanks to xet7 !
Related #802
4 years ago
Lauri Ojansivu
6801c960b1
Fix typo.
5 years ago
helioguardabaxo
415fac8a25
Add 'Modern Dark' theme
5 years ago
Lauri Ojansivu
4cfddf1d8d
Admin Panel / Settings / Layout / Custom Top Left Corner Logo Height.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
d2f434879c
Fix can not upload and download files, by changing back to Node.js 12.19.0 and adding fast-render.
...
Current file storing to MongoDB code was not yet compatible with newer Node.js.
Thanks to eskogito and xet7 !
Fixes #3320
5 years ago
Lauri Ojansivu
a463f2a855
Upgrade to Meteor 2.0-beta.3. Removed fast-render and ostrio:cookies.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
1b429b3f99
Fixed: With ORACLE_OIM_ENABLED, allow setting OAUTH2_REQUEST_PERMISSIONS with environment variable.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
7223d6e750
At Admin Panel / Layout: Text below custom login logo. Can have markdown formatting.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
ec8a78537f
Login with OIDC OAuth2 Oracle on premise identity manager OIM, with setting ORACLE_OIM_ENABLED=true.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
3fc80e1145
Better translation: Target URL to Link URL.
5 years ago
Lauri Ojansivu
a7c3317ed6
Custom Logo for Login and Top Left Corner. Optional link when clicking logo. Settings at Admin Panel / Layout.
...
Thanks to xet7 !
Fixes #1493 ,
fixes #2721 ,
fixes #2681 ,
fixes #1583 ,
fixes #1196 ,
fixes #336 ,
fixes wekan/wekan-snap#130
5 years ago
Lauri Ojansivu
214c86cc22
Added some CAS and SAML settings. Not tested. Please test and send pull requests if it does not work.
...
See https://github.com/wekan/wekan/wiki/SAML and https://github.com/wekan/wekan/wiki/CAS
Thanks to xet7 !
Related #3204 ,
related #708
5 years ago
Lauri Ojansivu
f6bdb4d694
- Remove mouse scroll settings of already removed custom scrollbar.
...
- Add setting OAUTH2_ADFS_ENABLED=false
- Add testing for both string and boolean version of true
Thanks to xet7 !
Fixes #2949
5 years ago
Lauri Ojansivu
cfcbf640d6
Update dependencies.
...
Thanks to developers of dependencies.
5 years ago
Tomasz Borychowski
6372bb82c4
fix(scrollbar): revert formatting
5 years ago
Tomasz Borychowski
03a7da0795
fix(scrollbar): revert formatting
5 years ago
Tom
47f34f6d12
revert formatting
5 years ago
Tomasz Borychowski
d887e553ce
fix(scrollbar): remove custom scrollbar
5 years ago
Lauri Ojansivu
7e4b791c29
Add setting for mouse scroll deltafactor. Fix snap setting for mouse scroll amount.
...
Thanks to danger89 and xet7 !
Related #2949
5 years ago
Lauri Ojansivu
8c3322f9a9
Change default view to Swimlanes.
...
Thanks to xet7 !
5 years ago
Lauri Ojansivu
f9018fc3a8
Sorry marc1006, I had to revert deepcode.ai arrow function fixes because
...
Python API docs generator does not work all when code has arrow functions.
Thanks to xet7 !
5 years ago
Lauri Ojansivu
d52affe658
Move In Progress ostrio-files changes to separate branch, and revert ostrio-files changes, so that:
...
- Export to CSV/TSV with custom fields works
- Attachments are not exported to disk
- It is possible to build arm64/s390x versions again.
Thanks to xet7 !
Related #3110
5 years ago
Marc Hartmayer
b2fee6a6c1
Use an arrow function inside forEach() instead of an anonymous function
...
Suggested by deepcode.ai.
5 years ago
helioguardabaxo
3b50b2c59f
Added Modern theme with Poppins font
5 years ago
Romulus Urakagi Tsai
4064f3f406
Fix migrated attachment not readable bug
...
Remove reduandant files
5 years ago
helioguardabaxo
7a576f9ae4
Added natural theme
5 years ago
CidKramer
45dea737bf
Added clearblue theme
5 years ago
蔡仲明 (Romulus Urakagi Tsai)
b80396f627
Purge unneeded require
5 years ago
Romulus Urakagi Tsai
09ce3e464f
Fix typo
5 years ago