Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
var /
softaculous /
kanboard /
[ HOME SHELL ]
Name
Size
Permission
Action
images
[ DIR ]
drwxr-xr-x
php53
[ DIR ]
drwxr-xr-x
php56
[ DIR ]
drwxr-xr-x
php71
[ DIR ]
drwxr-xr-x
php81
[ DIR ]
drwxr-xr-x
php82
[ DIR ]
drwxr-xr-x
changelog.txt
11.26
KB
-rw-r--r--
clone.php
5.1
KB
-rw-r--r--
config.php
10.15
KB
-rw-r--r--
edit.php
5.05
KB
-rw-r--r--
edit.xml
433
B
-rw-r--r--
extend.php
8.23
KB
-rw-r--r--
fileindex.php
264
B
-rw-r--r--
import.php
3.03
KB
-rw-r--r--
info.xml
4.03
KB
-rw-r--r--
install.js
921
B
-rw-r--r--
install.php
4.57
KB
-rw-r--r--
install.xml
2.42
KB
-rw-r--r--
kanboard.sql
40.15
KB
-rw-r--r--
kanboard.zip
4.28
MB
-rw-r--r--
md5
13.15
KB
-rw-r--r--
notes.txt
813
B
-rw-r--r--
update_pass.php
496
B
-rw-r--r--
upgrade.php
3.27
KB
-rw-r--r--
upgrade.xml
555
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : changelog.txt
Version 1.2.49 (January 6, 2026) -------------------------------- * fix(ldap): ensure LDAP placeholders are escaped * fix: restore Ctrl+Enter submission on the task creation form * feat(locale): update translations * feat: prevent protocol-relative URL redirects after login * feat: block private network access for external web link (configurable) * feat: add `TRUSTED_PROXY_NETWORKS` config option * ci: add workflow to mirror GitHub repo to Codeberg * chore: remove outdated `tests/Dockerfile` * chore: regenerate autoload Composer files * build(deps): bump alpine from 3.22 to 3.23 * build(deps): bump actions/upload-artifact from 4 to 6 * build(deps): bump actions/checkout from 5 to 6 Version 1.2.48 (October 18, 2025) --------------------------------- * fix: handle Windows-style paths in `sanitize_path` function * feat(locale): added missing German translation phrases * feat(locale): added Arabic translation * feat(api): add board, rss and ical public links to the API response * feat: display sub-tasks completion in numbers (x/y) alongside percentage * feat: add basic support for right-to-left (RTL) languages * chore: update .gitattributes to ignore additional configuration files * build(deps): bump actions/setup-python from 5 to 6 * build(deps): bump actions/checkout from 4 to 5 Version 1.2.47 (August 11, 2025) -------------------------------- * refactor: add namespace to test files * fix: the `$escape` parameter must be provided in PHP 8.4 for CSV functions * fix: sanitize and validate uploaded files path * fix: do not load `RememberMeAuth` provider when `REMEMBER_ME_AUTH` is `false` * fix: avoid PHP warning when external user creation is disabled * feat!: remove file cache driver to avoid using `unserialize()` * feat!: ignore legacy events serialized with PHP due to potential security issues * feat: add new actions: `TaskAssignCurrentUserColumnIfNoUserAlreadySet` and `TaskAssignToUserOnCreationInColumn` * feat: Add new `pdf()` method in `Core\Http\Response` * ci: run `php-cs-fixer` on GitHub Actions * ci: remove unnecessary labels from issue templates * chore: replace deprecated `gh-cli` feature source in devcontainer configuration Version 1.2.46 (June 22, 2025) ------------------------------ * refactor: update return type in filter apply methods * fix(security): prevent potential `Host` header injection via `SERVER_NAME` - You must specify the Kanboard application URL explicitly to generate correct URLs from email notifications. The default is `http://localhost/`. * fix: make various PHP 8.x compatibility changes * fix: avoid `Implicitly nullable parameter declarations` errors in PHP 8.4 * feat: validate plugin archive URL before downloading * feat: use PHP 8.4 in the official Docker image * feat: show CAPTCHA on login form regardless of user existence * feat: add new option to enable notifications by default for new users * feat: add healthcheck endpoint `healthcheck.php`, and new Docker Compose files for MariaDB, Postgres, and SQLite * feat: add `TRUSTED_PROXY_HEADERS` config option - If you use a reverse proxy, you can now specify which headers to trust for the client IP address. Nothing is trusted by default. * docs: add `CONTRIBUTING.md` file * ci(docker): avoid using `set-output` deprecated command * chore!: PHP 8.1 is now the minimum version supported - **!! PHP 7.4 is no longer supported !!** * chore: update `docker-compose.yml` sample file to the latest specs * chore: remove obsolete `Vagrantfile` * build(deps): bump Alpine Docker image from 3.21 to 3.22 Version 1.2.45 (May 12, 2025) ----------------------------- * refactor: reuse existing helpers in tasks import form * fix(filter): handle `null` input in the `Lexer` class * fix(docker): legacy key/value format with whitespace separator should not be used * fix(api): allow and validate creator ID assignment in task creation * feat(routes): add `view` routes for project and task file browsing * feat(locale): update all language files using machine translation * feat(api): add priority fields to `createProject` and `updateProject` procedures * feat: allow attaching screenshots and files when creating a task * feat: add task title to overdue notification title * ci: replace GitHub Issue Markdown templates with YAML forms * ci: remove broken SQL Server unit tests pipeline * ci: improve pull request template * ci: add commit linter to validate conventional commit messages in pull requests Version 1.2.44 (March 21, 2025) ------------------------------- * fix: prevent internal task titles from wrapping under the dropdown menu icon * feat(locale): update Greek and French translations * feat: display tag color squares next to their names in project and global settings * feat: enable bulk addition/removal of internal links * feat: provide an option to add tags without replacing existing ones during bulk operations Version 1.2.43 (December 18, 2024) ---------------------------------- * fix: verify the session hasn't expired before returning data * fix: avoid PHP 8.4 deprecation notices in third-party libraries * fix: avoid Composer warnings regarding PSR compatibility * feat(locale): add missing Brazilian Portuguese translations * ci: run GitHub Actions tests with `ubuntu-24.04` * chore: don't `export-ignore` the ChangeLog * build(deps): bump `symfony/service-contracts` from `2.5.3` to `2.5.4` * build(deps): bump `symfony/event-dispatcher-contracts` from `2.5.3` to `2.5.4` * build(deps): bump `symfony/deprecation-contracts` from `2.5.3` to `2.5.4` * build(deps): bump `alpine` from `3.20` to `3.21` Version 1.2.42 (November 10, 2024) ---------------------------------- * fix: validate translation filename before loading locales * fix: avoid path traversal in `FileStorage` * feat: add Peruvian Sol to the list of currencies * build(deps): bump `symfony/finder` from `5.4.43` to `5.4.45` * build(deps-dev): bump `symfony/stopwatch` from `5.4.40` to `5.4.45` Version 1.2.41 (October 25, 2024) --------------------------------- * feat: add new plugin hooks in project forms * feat: add option to add BOM at the beginning of CSV files (required for Microsoft Excel) * feat: validate app config form values * feat: add cancel button on 2FA code validation screen * fix: add CSRF check to the logout endpoint * fix: add HTML escaping when displaying exception message * fix: add URL validation for external task links * fix: correct broken migration logic for Sqlite Version 1.2.40 (September 25, 2024) ----------------------------------- * build(deps): bump symfony/finder from 5.4.42 to 5.4.43 * chore: add php83-xmlwriter package to the Docker image * ci: update GitHub pull-request template * fix: avoid PHP error if no subtask in progress is found * fix: avoid potential XSS and HTML injection in comment replies * fix: prevent duplicated columns when enabling per-swimlane column task limits * fix(api): check comment visibility in API procedures * fix(api): verify comment ownership in API procedures * fix(mssql): escape identifiers in timesheet queries * fix(mssql): use ANSI OFFSET/FETCH syntax for pagination queries * fix(test): use explicit ORDER BY for queries returning multiple rows * test: add unit tests for Subtask Time Tracking query methods * test: ensure pagination produces correct chunks Version 1.2.39 (August 18, 2024) -------------------------------- * fix: remove CSS which caused responsive issues on mobile * fix: incorrect template condition that set the username field to read only for remote users * fix: tasks count across swimlanes was incorrect * fix: avoid warning from libpng when loading PNG image with incorrect iCCP profiles * feat: improve column header task counts * feat: add `apple-mobile-web-app-capable` meta tag * build(deps): bump `symfony/finder` from `5.4.40` to `5.4.42` Version 1.2.38 (July 20, 2024) ------------------------------ * fix: avoid browser caching issue when showing file attachments * fix: comments visibility was not taken into consideration on event activities page * fix: send comment via email was broken due to missing comment visibility logic implemented in v1.2.36 * feat(locale): update Greek translations * feat(locale): update Italian translations * build(deps): bump `symfony/console` from `5.4.40` to `5.4.41` * build(deps): bump `docker/build-push-action` from `5` to `6` Version 1.2.37 (June 5, 2024) ----------------------------- * Add CSRF check and remove `project_id` form value for `addUser` and `addGroup` actions ([CVE-2024-36399](https://github.com/kanboard/kanboard/security/advisories/GHSA-x8v7-3ghx-65cv)) * Update `symfony/*` dependencies * Update Docker image to Alpine 3.20 * Update Russian and Hungarian translation * Add `color_id` argument to `createCategory` and `updateCategory` API procedures * Add link to create a comment before the list * Fix: unable to create comments with "c" shortcut or "Add a comment" menu Version 1.2.36 (May 2, 2024) ---------------------------- * Add comments visibility * Add explicit int casting to avoid PHP 8 TypeError when having empty automatic action parameters * Add new config option `DASHBOARD_MAX_PROJECTS` * Add reply feature to comments * Fix search bar layout when adding more buttons via third-party plugins * Introduce a Git hook to automatically update `version.txt` during Git checkout * Performance improvements: * Don't count closed tasks when rendering the board * Force the use of the cache when there is no custom roles * Use unique plugin name instead of plugin title for plugin registry logic * Update dependencies Version 1.2.35 (February 2, 2024) --------------------------------- * Add missing HTML escaping when showing group membership in user profile ([CVE-2024-22720](https://github.com/kanboard/kanboard/security/advisories/GHSA-8p3h-v7fc-xppj)) * Update Dutch translation * Update Bulgarian translation * Bump `phpunit/phpunit` from `9.6.15` to `9.6.16` * Bump `symfony/console` from `5.4.32` to `5.4.34` Version 1.2.34 (December 13, 2023) ---------------------------------- * Upgrade Docker image to Alpine 3.19 and PHP 8.3 * API: Avoid PHP notice when searching for a project name that does not exist * Update Bulgarian translation * Bump `symfony/console` from `5.4.28` to `5.4.32` * Bump `phpunit/phpunit` from `9.6.13` to `9.6.15` Version 1.2.33 (October 15, 2023) --------------------------------- * Do not close modals when clicking on the background * Add Bulgarian translation * Update Ukrainian and Russian translations * Show the two factor form in the middle of the screen like the login form does * Do not override the `creator_id` with the current logged user if the task is imported * Add basic Dev Container configs * Add adaptive SVG favicon and more SVG variants: * See https://web.dev/building-an-adaptive-favicon/ * Added more variant of the original Inkscape icon: - Text SVG - Vectorized text path SVG - Optimized SVG icon * Remove `project_id` from task links (A few were missed in #4892) * Remove unused and invalid method in `ProjectModel` * Update `phpunit/phpunit` and `symfony/*` dependencies * Update vendor folder Version 1.2.32 (July 11, 2023) ------------------------------ * Fix unexpected EventDispatcher exception in cronjob and during logout * Integration Tests: Run `apt update` before installing Apache * Automatic action `TaskMoveColumnClosed` does not log column movement * Tweak Sqlite connection settings to reduce database locked errors * Bump `phpunit/phpunit` from `9.6.9` to `9.6.10`
Close