Commit Graph

3079 Commits

Author SHA1 Message Date
Frédéric Guillot 9a4b7f57e1 Sync translations 2021-04-16 20:54:39 -07:00
Jan Pechek bfdea753a5
Trim user agent for RememberMe sessions because MySQL use a varchar(255) column 2021-04-09 18:28:58 -07:00
Manfred Hoffmann 0a3499ef64
Added language "Deutsch (du)" 2021-04-04 22:16:01 -07:00
Frédéric Guillot 7494af5372 createLdapUser API procedure fails if LDAP groups is not configured
Behavior changed in commit 4d1205a0fe

See PR #4674
2021-04-04 18:16:54 -07:00
Frédéric Guillot 31ce583743 Write RememberMe cookie only after 2FA has been validated 2021-04-04 17:57:47 -07:00
Frédéric Guillot b08760c5fc Avoid warning when removing plugin zip archive 2021-04-04 15:17:08 -07:00
Balázs Úr 252b7d7914
Update Hungarian translation 2021-03-23 22:12:30 -07:00
Timo 8ddd32f0cb
Add new hook model:task:duplication:aftersave 2021-03-09 17:55:52 -08:00
Patrick Kuijvenhoven a267aa368b
Add new analytic component "Estimated vs actual time per column" 2021-02-21 20:22:45 -08:00
Alex Watson 6cadf82a63
Fixing variables being shared between plugins
If two plugins used the same hook, the variables they use aren't cleaned out in between running each of them. This is a super simple change creating a placeholder composite object that doesn't retain any changes between plugins.
2021-02-21 20:15:58 -08:00
Ole Carlsen 7e2598cedb
Update da_DK translation 2021-02-17 21:13:35 -08:00
Ars Kurd 938d62aec7 Add missing translation 2021-02-11 20:30:57 -08:00
Raphael Horber b622b4e0b2 Display number of tasks according to filter 2021-02-03 19:53:52 -08:00
operateur404 d382e2e4be
LDAP protocol/host/port configuration by URL; make BASE_DN optional
PHP ldap_connect($host, $port) function signature is deprecated: https://www.php.net/manual/en/function.ldap-connect.php

Querying an AD Global Catalog across an entire forest requires an empty base DN
2021-02-03 18:49:50 -08:00
Reed 08bc8975d8
Use an absolute file path in AssetHelper css() & js() functions 2021-02-01 18:37:26 -08:00
TMs fe91285cf9
Update zh_CN translation 2021-01-27 18:11:22 -08:00
Patrick Kuijvenhoven 40304082bd fix(version): remove whitespace at end of APP_VERSION constant
The Dockerfile contains `echo $VERSION > /version.txt`, where `echo`
implicitly causes a newline at the end of the file. To avoid that,
one could use `echo -n`, but then the file isn't nicely readable when
doing a `cat` or something simular.

This fix `rtrims` (i.e. "Strip whitespace (or other
characters) from the end of a string") the contents of the version file.

Fixes kanboard/kanboard#4708
2021-01-20 20:27:52 -08:00
Benedikt Hopmann 8a77a7851c Fix german translation 2021-01-11 17:40:24 -08:00
Slavko ff294b7a62
Update sk translation 2021-01-02 09:54:07 -08:00
ThreeCO 89e96d8333
Add IP address to authentication error logs 2020-12-30 20:45:56 -08:00
Harry Kakoulidis dcb3e59548 For automatic action "Send a task by email to someone", the Subject of the e-mail can contain a template using interpolation expressions (with double braces).
For example, to have the email's subject look like (e.g. task moved to column "Done"):
Done: Make sales report (#1000)

Add the following action:

> Send a task by email to someone
  Event name = Move a task to another column
  Column = Done
  User that will receive the email = Harry
  Email subject = {{column_title}}: {{title}} (#{{id}})
2020-12-29 21:48:04 -08:00
Balázs Úr 2c7cb9b46a Add Hungarian Forint to the list of currencies 2020-12-29 11:59:57 -08:00
Rafael de Camargo ece6556279 Add missing pt_br translations
Add new texts and fix existing ones
2020-12-28 12:29:04 -08:00
Kiyohito AOKI aad436d219
Update ja_JP translation 2020-12-27 23:21:34 -08:00
sfahrenholz b08a9bed16 Update german translation 2020-12-27 13:44:52 -08:00
Frédéric Guillot a7086d5230 Sync translations 2020-12-23 12:07:30 -08:00
G2G2G2G 7d473a2f19
Fix grammatical error 2020-12-23 11:58:33 -08:00
Frédéric Guillot 050fe904ba Add autocomplete attribute to HTML forms
Add autocomplete for email, name, username, current-password, new-password and one-time-code fields.
2020-12-23 11:49:44 -08:00
Kr4ntz a77ce0cff4
Added "Mexican Peso" to the list of currencies 2020-12-12 19:48:03 -08:00
Harry Kakoulidis ac224fa178
Added an option to send a copy of all generated e-mails to a BCC address 2020-12-07 19:49:41 -08:00
Eskiso 4d1205a0fe
Don't force role of user if no ldap groups defined
We should not force role of user on LDAP logins if there are not Manager/Admin groups defined, return null to get the one from database as before.
2020-12-02 22:44:39 -08:00
Balázs Úr 2e144c5d01 Update Hungarian translation 2020-11-14 15:51:38 -08:00
Timo 37ab8bfb49
Keep the tags when converting a subtask to task 2020-11-03 17:42:55 -08:00
Eskiso 08791d1799
Updated pt_PT translations 2020-10-30 18:18:56 -07:00
cl0ne 7abb6d6b42 Update uk_UA (Ukrainian) translation 2020-10-27 16:46:17 -07:00
Ole Carlsen a7cd078256
Update da_DK translations 2020-10-27 13:22:13 -07:00
Dracer5 d3634e83fe
Add missing translation for ru_RU and fix typo 2020-10-26 18:32:46 -07:00
Tomas Dittmann e470f807b4
Check if the user is assigned to any role in the project 2020-10-25 17:57:10 -07:00
Igor ae072d5fcf
Fix tasks.swimlane_id foreign key for sqlite 2020-10-25 17:40:39 -07:00
aqmal.io dd8088bd19 Update id_ID Translations 2020-10-21 18:44:52 -07:00
Lakhwinder Singh 2494ff2e3c remove un-used namespaces 2020-10-21 18:44:11 -07:00
Uros-V 60bf740316
Add mk_MK (Macedonian) translation 2020-10-21 18:41:29 -07:00
trendspotter c238a3f108 Update cs_CZ translations 2020-10-16 11:43:29 -07:00
Timo fda6daae4b
Update de_DE translations 2020-10-15 21:46:08 -07:00
Uros-V 5beeffed0d
Update Serbian translation 2020-10-12 20:54:43 -07:00
Kiyohito AOKI 1d798c9d35
Update ja_JP translation 2020-10-09 13:20:57 -07:00
Yannick A 7162d18671 Update fr_FR translation 2020-10-07 18:16:56 -07:00
Michael 613bdd8157
Correct table collapsed column titles 2020-10-05 21:33:19 -07:00
Michael af9aec88a5
Add hidden accessible titles 2020-10-05 21:29:48 -07:00
Patrick Yates 8322876d8e
Add link to toggle column scrolling in board view 2020-10-04 13:57:34 -07:00
Frédéric Guillot ee842bf509 Add missing environment variables in php-fpm config
Fixes #4607
2020-10-04 12:48:31 -07:00
JayBeeDe e3e9cabd8b
Added setting that makes possible any new LDAP user to be Manager by default 2020-10-04 12:11:07 -07:00
Michael Vickers 0cfc6162c5 Add aria-label to modal link with title attribute 2020-10-04 10:45:38 -07:00
Michael Vickers b24d05df76 Add aria-label to user mention 2020-10-04 10:43:18 -07:00
Michael Vickers 41ce02a620 Hide user name from screen readers
The user name will be available to screen readers from the adjacent 
avatar's aria-label
2020-10-04 10:42:01 -07:00
Michael Vickers 33531d47c2 Add aria-label to letter avatars 2020-10-04 10:42:01 -07:00
Michael Vickers 6231c159b8 Add aria-label to project select role without label 2020-10-04 10:35:02 -07:00
Michael Vickers 87c123bba4 Add aria-label to dropdown autocomplete without label 2020-10-04 10:33:16 -07:00
Michael b8e6157738
Add ARIA label to form text editor without label 2020-10-04 10:31:49 -07:00
Michael Vickers eafd82f564 Add aria-label to icons with title attributes 2020-10-02 18:06:12 -07:00
Michael Vickers de56529291 Add missing return to renderTitleField 2020-10-02 17:55:46 -07:00
Michael Vickers c3aec26877 Add hidden accessible form input labels 2020-10-02 17:55:46 -07:00
Michael Vickers 8308189333 Add aria-label to form inputs without labels 2020-10-02 17:49:45 -07:00
Michael Vickers ce69343001 Add aria-label alongside title attributes 2020-10-02 17:44:18 -07:00
Kloppi313 78a42bbbe5 Added missing translation
'Assign the task to a specific user when the task is moved to a specific swimlane' => 'Aufgabe einem bestimmten Nutzer zuordnen, wenn die Aufgabe in eine bestimmte Swimlane verschoben wird',
2020-09-23 20:58:05 -07:00
mildis 50fdb54618 Prevent the original page from being modified by the opened link 2020-09-14 19:28:12 -07:00
mildis 33c3b32cda
Allow email to be retrieve by SSO ReverseProxy
If REMOTE_EMAIL header is set, use it as user email.
If REVERSE_PROXY_DEFAULT_DOMAIN is set but not REMOTE_EMAIL, use the current construct.
2020-08-28 22:59:59 -07:00
OopsMonk 4dd586cdce Fixed grammatical error and typo in zh_TW. 2020-08-28 22:07:38 -07:00
Eskiso f364fae517
Update pt_PT translations 2020-08-14 18:24:49 -07:00
Vladimir Zhirov c1dcd6a6f4 Fixed typo in ru_RU translation 2020-08-05 17:59:11 -07:00
Ole Carlsen eab66efcb3
Update da_DK translation 2020-08-03 21:27:13 -07:00
Malcolm Scott cea4e35b1f Fix grammatically incorrect error message 2020-07-23 20:41:50 -07:00
sxntxn 26618f525b
Add option to configure SMTP HELO hostname 2020-07-07 20:39:23 -07:00
Matthias Straka 6c4665b3ca
Add new config parameter SESSION_HANDLER 2020-07-06 21:30:27 -07:00
Henrik 64a5e7ef56
Added standard notification footer to comment_mail template 2020-06-21 10:36:43 -07:00
Kiyohito AOKI 00ad61caf4
Update ja_JP translation 2020-06-21 10:23:32 -07:00
Frédéric Guillot 09bd55f180 Sync translations and cleanup Makefile 2020-06-19 10:24:32 -07:00
wilypomegranate 8777fc7561
Added PUT method using CURLOPT_CUSTOMREQUEST 2020-06-14 11:45:42 -07:00
Sukaos 3811d70b76
Added missing closing HTML tag in template 2020-06-07 14:26:04 -07:00
mildis 9e1e4ea381
Allow use of the user's DN as the group filter substitution 2020-05-21 20:57:30 -07:00
Franky Van Liedekerke a0a7a1eb31 Add subtask events to ProjectModificationDateSubscriber
This allows also subtask updates to be reflected on the dashboard (the % info) when a subtask is completed.
2020-05-21 20:51:47 -07:00
Timo 31508e07fd
Open large modal when clicking on edit category link 2020-05-14 19:14:34 -07:00
Franky Van Liedekerke 0ede384cda
Use Ajax request for Markdown preview
This remove dependency on a Javascript library.
2020-05-01 20:05:53 -07:00
Franky Van Liedekerke d4ee16c1f7
Keep newlines in markdown 2020-04-30 20:13:35 -07:00
Slade f397a81984
Show the color dropdown when creating a new automatic action
Fixes #4443
2020-04-29 18:33:21 -07:00
Ole Carlsen 7fb830518e
Update Danish translation 2020-04-27 20:35:05 -07:00
Franky Van Liedekerke e07b708641
Update nl_NL translation
Fixes #4444
2020-04-26 11:32:57 -07:00
Franky Van Liedekerke b31af33b51
Correct duration calculation
Fixes #4464
2020-04-26 11:32:03 -07:00
Franky Van Liedekerke 791c4abd57
Copy subtask assignee when duplicating a subtask
Closes #4469
2020-04-26 11:29:26 -07:00
Timo 027f875ac6
Save task list order in user session 2020-04-22 20:40:39 -07:00
teha-at e089d3059a
Add action to assign user when the swimlane change 2020-04-22 20:36:49 -07:00
Slavko c01a93ec12 sk_SK translation update 2020-04-22 20:15:26 -07:00
Kiyohito AOKI 2ba02033ee
Update ja_JP translation 2020-04-17 09:34:25 -07:00
trendspotter 8f20244c9f Update cs_CZ translation 2020-04-16 21:09:07 -07:00
Frédéric Guillot 9d22fef389 Avoid PHP notice 2020-04-15 20:34:51 -07:00
Rafael de Camargo fc9d22df52 Update pt_br translation 2020-04-15 18:16:13 -07:00
erpnedir 16f8acf641
Update tr_TR translation 2020-04-15 18:15:51 -07:00
Dracer5 b53c8e859f
Update ru_RU translation changing last occurencies of "private" to "personal" 2020-04-08 18:35:54 -07:00
Dracer5 d22efdcfc3
Update ru_RU translation 2020-04-06 20:36:48 -07:00
Manfred Hoffmann 5e70e96772
Replace last occurences of "private" with "personal" 2020-04-06 20:36:20 -07:00
Manfred Hoffmann a648a579cc
Final fixes / German translation for user-groups-listing 2020-04-05 14:55:25 -07:00
Timo 490bcd17d8
Add new event subtask.create_update 2020-04-05 14:50:11 -07:00
Frédéric Guillot 1f6a42ace7 Improve user groups listing 2020-04-05 12:30:59 -07:00
Dracer5 95d8df405d
Update ru_RU translation 2020-04-05 12:03:03 -07:00
Manfred Hoffmann b442c52acb
Show group memberships in a tooltip 2020-04-05 11:20:12 -07:00
Frédéric Guillot 15792da159 Update French translation and improve project tag settings template 2020-04-04 11:54:52 -07:00
Timo 67a5dd6a89
Add option to enable or disable global tags per projects 2020-04-04 11:39:17 -07:00
Manfred Hoffmann 1cc0ac0713
Show group membership(s) in user-summary and user-list 2020-04-02 21:16:13 -07:00
Rafael de Camargo cc30ccf627 Update pt_BR translations 2020-03-31 18:31:38 -07:00
Manfred Hoffmann 2930c792d3
Fixed German currency translations and one inconsistent wording 2020-03-28 10:47:38 -07:00
Ars Kurd e58b9b4f31 Update ru_RU translation 2020-03-26 20:38:47 -07:00
Timo e6d5e6222e
Add new task/project image hooks 2020-03-15 11:59:12 -07:00
Eskiso edf18af344 Updated pt_PT translations
Added new translations and converted private to personal (on translation)
2020-03-11 18:47:22 -07:00
Balázs Úr 5c95a8ef44 Update Hungarian translations 2020-03-07 15:35:26 -08:00
Frédéric Guillot 9ebec002cd Fix regression with MySQL
Fixes #4430 and #4431
2020-03-04 20:53:35 -08:00
Frédéric Guillot 5e7758d39d Fix invalid RSS feed encoding
Fixes #4426
2020-03-03 20:55:57 -08:00
Timo ea11436663
Add new hook template:task:form:bottom-before-buttons 2020-03-03 18:23:45 -08:00
Ole Carlsen 705648d795
Update Danish translations 2020-03-02 20:30:29 -08:00
Timo 86dd0a7a75
Add new dashboard template and board selector hooks 2020-03-02 20:29:45 -08:00
Frédéric Guillot b39f857dc4 Rename "private" projects to "personal" 2020-02-29 18:51:52 -08:00
Frédéric Guillot c12bbb1613 Fix grammatical errors
Fixes #4420
2020-02-29 16:34:38 -08:00
Frédéric Guillot e79cf77058 Avoid Postgres SQL error when creating swimlane without task limit 2020-02-25 20:43:41 -08:00
Frédéric Guillot 8266422c8a Sync and update translations 2020-02-25 20:33:55 -08:00
Andre Nathan c8a617cfcb
Add per-project and per-swimlane task limits
This change allows projects and swimlanes to be configured with task limits that apply to their whole scope (i.e. all active tasks in a project or swimlane, respectively), as opposed to the usual per-column task limits.
2020-02-25 20:26:31 -08:00
Timo 542fd17891
Use parent task color when converting a subtask to task 2020-02-23 13:19:37 -08:00
Bruno MATEU b09d5b68cf Provide environement variables config capability 2020-02-20 20:33:49 -08:00
Ole Carlsen 10837e5dfb
Update Danish translation 2020-02-16 13:15:04 -08:00
Balázs Úr bd3ad68743 Update Hungarian translation 2020-02-12 19:06:56 -08:00
Timo 2c98be3ead
Add the possibility to make tags global from project settings 2020-02-10 19:48:51 -08:00
Frédéric Guillot f3945471b5 Update French translation 2020-02-05 18:59:06 -08:00
Slade 0360c57c79
Update regex to detect external links with attachments
Fixes #4359
2020-02-05 18:46:13 -08:00
Timo 528dc633aa update de_DE translation 2020-02-05 18:21:39 -08:00
Andre Nathan e59ab08af3 Allow task limits to be applied per-swimlane 2020-02-04 20:16:35 -08:00
Steve Bian 0a6f614571
Use KANBOARD_URL to build URIs if specified 2020-02-04 20:00:04 -08:00
Valentino Pesce 54dd3bdd1c
Fix wrong Italian translation 2020-01-29 18:38:36 -08:00
Markus Katharina Brechtel 697c8875f7 Add time_spent and time_estimated as editable values to updateTask and createTask 2020-01-25 18:21:59 -08:00
Timo 64397f45fa Kanboard now requires PHP >= 7.2 since other versions are deprecated 2020-01-14 12:02:31 -08:00
Haocen 7731dde413 Avoid page shrinking when drag and drop cards on iOS devices 2020-01-05 17:07:56 -08:00
Timo 0017e8d8f1 Fixed wrong translation in German (remove != edit) 2019-12-10 18:47:29 -08:00
Dracer5 a28e6925b1 Update ru_RU translation 2019-12-08 11:51:26 -08:00
Slade ad85637aa1 Adjust width of timetracking column. Make subtasks wrap not under icons 2019-12-04 18:22:07 -08:00
Timo f0b53863fb Add colors to tag and category list
Add colors to:

- Global tag list
- Project tag list
- Project category list
2019-11-21 19:36:19 -08:00
Frédéric Guillot 75682398c1 Update Parsedown to v1.7.3 (security update) 2019-11-19 21:35:32 -08:00
Slade 89c8add4f4 Make sure incompatible plugins can be uninstalled from the web ui 2019-11-19 20:23:15 -08:00
Slade e65045f934 Move "data-js-lang" attribute to HTML "lang" attribute 2019-11-19 20:15:15 -08:00
Slade aba2887396 Update language codes for timepicker so the calendars are translated correctly 2019-11-19 20:11:38 -08:00
Slade cac62d24b4 Show ISO date format in application settings 2019-11-16 17:10:58 -08:00
Slade f04912c708 Datepicker stores its Spanish locales as "es", not "es-ES" or "es-VE" 2019-11-16 17:06:33 -08:00
Lorinczy Zsigmond dcdbd3758b In PHP-7.4, nested ternary operators are to be bracketed
(as their default association is counter-intuitive)
https://wiki.php.net/rfc/ternary_associativity
2019-11-15 17:55:05 -08:00
Mef45 12d55408fe Update ru_RU (Russian) translation 2019-11-15 17:54:04 -08:00
cl0ne e1f1b752c8 Update uk_UA (Ukrainian) translation 2019-11-13 18:42:46 -08:00
Lőrinczy, Zsigmond 35602c0880 Change string indexing from {0} to [0] (deprecated in PHP 7.4) 2019-11-09 11:46:53 -08:00
Ole Carlsen 6c08225f76 Update da_DK translation 2019-10-28 18:57:49 -07:00
Frédéric Guillot dcfe301ab8 Fixes broken PR #4328 2019-10-26 18:07:21 -07:00
Frédéric Guillot 506985469d Sync translations 2019-10-26 17:35:23 -07:00
av-ipunkt 0f1f24c3f9 Add new template hook: "template:project-permission:after-adduser" 2019-10-25 19:55:27 -07:00
حمید کرد f97862df9a Improve Persian translation 2019-10-24 17:41:36 -07:00
Johannes Konst 18735fbe25 Upgrade jQuery to version 3.4.1 2019-10-23 20:53:02 -07:00
Jimmy J. Olano S c2c1b0d8a1 Fixing spelling and erratum (Spanish-Spain) 2019-10-23 20:51:39 -07:00
Jimmy J. Olano S c809fa34d9 Translation into Spanish (Venezuela) added 2019-10-23 20:51:39 -07:00
Jimmy J. Olano S f0d2ba9436 Option language added for Spanish (Venezuela) 2019-10-23 20:51:39 -07:00
Timo 743172edf5 Fix wrong German translation 2019-10-23 20:50:02 -07:00
Tobias Balle-Petersen de6768746a color_id not required when updating a tag
The parameter color_tag should be optional when updating a tag (Or the documentation should be changed).  Since color_id is optional when creating a tag, it is counter intuitive, that it is  needed when updating a tag.

https://docs.kanboard.org/en/latest/api/tags_procedures.html#updatetag
2019-10-15 20:08:29 -07:00
Rafael de Camargo 9bd7ae9515 Fix SubtaskRestrictionController modal misbehaviour on link
When the icon was clicked, the modal wasn't shown. Instead, its html content was open as the whole page.
2019-10-15 20:06:39 -07:00
Michael Vickers 3855617743 Stop last project manager role from being removed
If the user will no longer be a project manager and there no other 
managers then stop the role from being changed
2019-10-09 20:34:21 -07:00
mogoa 7e558c1da8 Change order to connect API Before LDAP
Prevent double authentication with API Access token and ldaps server and also prevent temporary ban from ldap server when this one is enabled
2019-10-05 18:48:02 -07:00
Timo 219c933832 The task limit should consider all open tasks (not only filtered tasks)
Fixes #4291
2019-10-01 20:33:45 -07:00
Yannick A 91194776cf Update French translation 2019-10-01 18:44:15 -07:00
cl0ne 4d1dc698dd Update uk_UA (Ukrainian) translation
Add new translations and minor spelling fixes
2019-10-01 18:42:54 -07:00
Ars Kurd 4e0bdcdaa3 Update ru_RU translation 2019-09-28 13:10:36 -07:00
Zihang Ye b725b9e88a Update Chinese translation
Correct translation and add missing colon
2019-09-24 20:23:02 -07:00
Peter Krantz 32a4f867cd Update Swedish translation 2019-09-21 12:07:08 -07:00
Peter Krantz 150b326b80 Update Swedish translation 2019-09-17 22:59:44 -07:00
Peter Krantz b8608d6c18 Fix error in translation Översikts -> Översikt 2019-09-17 22:58:53 -07:00
حمید کرد c4d27739c3 Add Persian translation 2019-09-15 13:44:56 -07:00
Vinanrra 3bb036a9d5 Updated es_ES translation 2019-09-06 20:18:39 -07:00
Timo Litzbarski 87aaec5769 change user filter icon 2019-09-05 23:01:30 -07:00
mkysoft 93dee80c04 Anybody added for filter 2019-09-04 20:27:24 -07:00
Kiyohito AOKI cb2414c99a Improve Japanese translation 2019-09-02 22:02:39 -07:00
Rafael de Camargo 93ef2dc188 Update pt-br translation 2019-09-01 22:25:37 -07:00
Timo 88b82b2a44 change category icon (in favor for tag icon for tags) 2019-08-29 18:28:02 -07:00
Slavko 4473bcfb36 Update Slovak translation
Add some translation improvements
2019-08-29 18:20:43 -07:00
Haocen 39c6f65e85 Disable user scaling to avoid page shrinking when drag&drop on mobile device 2019-08-28 20:34:52 -07:00
Rafael de Camargo a4f130839f Improve english task description 2019-08-27 20:51:27 -07:00
Rafael de Camargo c0d8407d9a Fix automatic action condition check
Checks for source column instead of current column because the condition 
is "moved away"
Closes #4277
2019-08-27 20:51:27 -07:00
Rafael de Camargo 51b3d811e1 Changes filters from in array to in subqueries
Fixes #3280
2019-08-27 20:28:58 -07:00
Rafael de Camargo 4d07628054 Add hash to image url to force browser to update profile when changed
Closes #4241
2019-08-27 20:19:51 -07:00
Frédéric Guillot 24422b0adf Add missing css file to app.min.css 2019-08-22 20:01:00 -07:00
Timo 2774d917cf Hide due date time if time is 00:00 2019-08-20 18:25:17 -07:00
Timo 4a3f4fcfc2 Update de_DE translation 2019-08-17 15:21:44 -07:00
Hitesh Chandwani 97a30d662f Add new plugin hooks in view switcher 2019-08-13 18:29:00 -07:00
Rafael de Camargo 3df095186c Fix reference to text-carret js library
Closes #4257
2019-08-03 19:52:16 -07:00
Rafael de Camargo ac829d4f14 Add error checks to glob function
GLOB_ERR will throw errors if an error occurs,
such as lack of permission
GLOB_NOCHECK will return the pattern if no file
is found, this makes the file_exists check valid
2019-08-03 19:51:50 -07:00
Frédéric Guillot 216f2dee12 Add project ID to ExternalTaskProviderInterface::fetch() 2019-07-30 12:58:36 -07:00
Igor Mroz db0d680e5c Updated Polish translation 2019-07-30 12:21:18 -07:00
Eskiso 2c8f99edef Updated translation (pt-PT) 2019-07-30 12:20:23 -07:00
Frédéric Guillot 8c396287ac Improve assets management 2019-07-25 19:23:30 -07:00
Frédéric Guillot d42dd07054 Remove dependency on nodejs and gulp 2019-07-25 13:05:08 -07:00
Frédéric Guillot 9ae185c18e Remove dependency on Sass
- Convert *.sass files to vanilla CSS
- Start using CSS variables
- Add PHP minifier
2019-07-25 11:16:21 -07:00
Rafael de Camargo 2bf0f99b51 Add link button to text editor 2019-07-24 13:50:51 -07:00