mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Minor improvements (#1511)
* Minor improvements * Update user_agreement.html * Update CHANGELOG.md
This commit is contained in:
parent
63ba8f1738
commit
2cd786f85d
3 changed files with 5 additions and 5 deletions
|
@ -11,7 +11,7 @@
|
|||
- Some security enhancements (Part 2) [\#1505](https://github.com/torrentpier/torrentpier/pull/1505) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Some improvements for integrity checker [\#1501](https://github.com/torrentpier/torrentpier/pull/1501) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Hide vote button in topic if guest [\#1507](https://github.com/torrentpier/torrentpier/pull/1507) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Minor improvements [\#1502](https://github.com/torrentpier/torrentpier/pull/1502), [\#1506](https://github.com/torrentpier/torrentpier/pull/1506), [\#1509](https://github.com/torrentpier/torrentpier/pull/1509) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- Minor improvements [\#1502](https://github.com/torrentpier/torrentpier/pull/1502), [\#1506](https://github.com/torrentpier/torrentpier/pull/1506), [\#1509](https://github.com/torrentpier/torrentpier/pull/1509), [\#1511](https://github.com/torrentpier/torrentpier/pull/1511) ([belomaxorka](https://github.com/belomaxorka))
|
||||
- New Crowdin updates [\#1504](https://github.com/torrentpier/torrentpier/pull/1504) ([Exileum](https://github.com/Exileum))
|
||||
|
||||
## [v2.4.3](https://github.com/torrentpier/torrentpier/tree/v2.4.3) (2024-06-09)
|
||||
|
|
|
@ -568,7 +568,7 @@ VALUES ('allow_autologin', '1'),
|
|||
('max_net_title', '50'),
|
||||
('network_news_count', '5'),
|
||||
('network_news_forum_id', '2'),
|
||||
('whois_info', 'http://whatismyipaddress.com/ip/'),
|
||||
('whois_info', 'https://whatismyipaddress.com/ip/'),
|
||||
('show_mod_index', '0'),
|
||||
('premod', '0'),
|
||||
('tor_comment', '1'),
|
||||
|
@ -756,7 +756,7 @@ VALUES ('Images', '1', '1', '1', '', '262144', ''),
|
|||
('Plain text', '0', '1', '1', '', '262144', ''),
|
||||
('Documents', '0', '1', '1', '', '262144', ''),
|
||||
('Real media', '0', '0', '2', '', '262144', ''),
|
||||
('Torrent', '0', '1', '1', '', '122880', '');
|
||||
('Torrent', '0', '1', '1', '', '262144', '');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `bb_forums`
|
||||
|
|
|
@ -42,7 +42,7 @@
|
|||
<p>- place hash-files (torrents) any messages, data, or programs, the use of which infringes any patent, trademark, trade secret, copyright or other proprietary rights and / or copyrights and related rights of third parties;</p>
|
||||
<p>- send e-mail addresses listed on the site, unauthorized mail messages advertising type (junk mail, spam);</p>
|
||||
<p>- copy and use for commercial purposes any information obtained through this resource, violates the rights of others or could cause them direct material or moral damage;</p>
|
||||
<p>- post links to web resources, whose content contradicts the current legislation of the Russian Federation;</p>
|
||||
<p>- post links to web resources, whose content contradicts the current legislation;</p>
|
||||
<p>- impersonate any person or representative of an organization and / or community without sufficient rights, including employees of Administration, for the owner of the Resource.</p>
|
||||
</ul>
|
||||
|
||||
|
@ -62,7 +62,7 @@
|
|||
|
||||
<li><h3>RESPONSIBILITIES OF THE PARTIES</h3>
|
||||
|
||||
<p>User agrees that all possible disputes concerning the AGREEMENT ON USE will be settled according to the norms of russian law.</p>
|
||||
<p>User agrees that all possible disputes concerning the AGREEMENT ON USE will be settled according to the legal norm.</p>
|
||||
|
||||
<p>User agrees that the rules and laws on consumer protection can not be applied to the use of theim Resource, since it has no paid services.</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue