aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #27035 from nextcloud/techdebt/26866/userscontroller-accou...blizzz2021-05-253-18/+40
|\
| * do not use private AccountManager in UsersControllerArthur Schiwon2021-05-253-18/+40
* | Merge pull request #26600 from hosting-de/feature/occ-tagsMorris Jobke2021-05-254-0/+552
|\ \ | |/ |/|
| * Add commands to manage tags via OCCJohannes Leuker2021-05-254-0/+552
* | Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-212-59/+23
|\ \
| * | load share settings from the share manager in more placesRobin Appelman2021-05-122-59/+23
* | | l10n: Fix testValdnet2021-05-201-23/+23
* | | Merge pull request #26322 from nextcloud/recent-searchJulius Härtl2021-05-181-0/+13
|\ \ \
| * | | adjust testsRobin Appelman2021-04-211-0/+13
* | | | Merge pull request #26626 from J0WI/strict-securityRoeland Jago Douma2021-05-1822-0/+64
|\ \ \ \
| * | | | Make Security module strictJ0WI2021-04-1922-0/+64
* | | | | Merge pull request #26679 from nextcloud/bugfix/noid/fix-unauthorized-ocs-sta...blizzz2021-05-131-50/+49
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix unauthorized OCS status in provisioningJoas Schilling2021-05-121-50/+49
* | | | | allow to set valid scopes only in AccountPropertyArthur Schiwon2021-05-122-7/+25
|/ / / /
* | | | Merge pull request #26758 from J0WI/more-strictChristoph Wurst2021-04-281-0/+2
|\ \ \ \
| * | | | Use strictJ0WI2021-04-261-0/+2
* | | | | Merge pull request #26591 from nextcloud/techdebt/noid/less-iloggerChristoph Wurst2021-04-2718-77/+81
|\ \ \ \ \
| * | | | | Fix unit testsJoas Schilling2021-04-2718-77/+81
* | | | | | Merge pull request #26718 from nextcloud/bugfix/noid/fix-ratelimit-templateJoas Schilling2021-04-271-11/+9
|\ \ \ \ \ \
| * | | | | | Fix ratelimit templateJoas Schilling2021-04-271-11/+9
| |/ / / / /
* | | | | | Merge pull request #26572 from nextcloud/bugfix/noid/throw-401-when-authentic...Joas Schilling2021-04-271-4/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix Authentication testJoas Schilling2021-04-221-4/+5
* | | | | | Merge pull request #26259 from nextcloud/feature/noid/validate-website-to-be-...Joas Schilling2021-04-261-0/+26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Validate the website field input to be a valid URLJoas Schilling2021-04-221-0/+26
| |/ / / /
* | | | | Merge pull request #26375 from nextcloud/techdebt/noid/symfony-component-tran...Morris Jobke2021-04-223-2/+30
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix test by defining pluralsJoas Schilling2021-04-201-1/+5
| * | | | Correctly replace all PHP placeholders with the parametersJoas Schilling2021-04-202-1/+25
* | | | | Merge pull request #23529 from Simounet/feat/23397-settings-new-user-modalJohn Molakvoæ2021-04-211-1/+1
|\ \ \ \ \
| * | | | | Settings: new user row replaced by a modalSimounet2021-04-211-1/+1
* | | | | | set mimetype for objects uploaded to object storagesRobin Appelman2021-04-213-4/+4
|/ / / / /
* | | | | Merge pull request #26669 from nextcloud/nickvergessen-patch-1Morris Jobke2021-04-211-3/+0
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Update CredentialsManagerTest.phpJoas Schilling2021-04-211-3/+0
* | | | | Merge pull request #25991 from nextcloud/update-acceptance-tests-to-selenium3John Molakvoæ2021-04-218-8/+57
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Add automatic handling of "ElementNotInteractable" exceptionsDaniel Calviño Sánchez2021-04-191-1/+24
| * | | | Update acceptance tests to Selenium 3Daniel Calviño Sánchez2021-04-162-2/+26
| * | | | Replace carriage return with WebDriver "ENTER" constantDaniel Calviño Sánchez2021-04-162-2/+4
| * | | | Do not send "enter" key when not neededDaniel Calviño Sánchez2021-04-163-3/+3
* | | | | Merge pull request #26654 from nextcloud/bugfix/noid/fix-security-credentials...Morris Jobke2021-04-201-18/+11
|\ \ \ \ \
| * | | | | Fix security credentials manager testJoas Schilling2021-04-201-18/+11
| | |/ / / | |/| | |
* | | | | Move 2FA registration to IBootstrapRoeland Jago Douma2021-04-201-1/+38
* | | | | Fix support testsJoas Schilling2021-04-201-2/+5
|/ / / /
* | | | save a whitespace todayblizzz2021-04-201-1/+1
* | | | ignore mail shares of related remote share resultsArthur Schiwon2021-04-201-22/+75
| |/ / |/| |
* | | Merge pull request #26555 from nextcloud/techdebt/noid/run-migrator-tests-on-OCIJoas Schilling2021-04-191-3/+49
|\ \ \ | |/ / |/| |
| * | Integer 0 is not stored as Null and therefor worksJoas Schilling2021-04-161-1/+3
| * | Test that oracle throws on EmptyValues in a NotNull columnsJoas Schilling2021-04-161-14/+28
| * | Run migrator tests on OCIJoas Schilling2021-04-161-3/+33
* | | Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-161-1/+29
|/ /
* | Fix unit testRoeland Jago Douma2021-04-1614-19/+18
* | Separate settings for remote share expirationVincent Petry2021-04-151-70/+207
|/
che." msgstr "sekundēs. Izmaiņas iztukšos kešatmiņu." #: templates/settings.php:81 msgid "Directory Settings" msgstr "Direktorijas iestatījumi" #: templates/settings.php:83 msgid "User Display Name Field" msgstr "Lietotāja redzamā vārda lauks" #: templates/settings.php:83 msgid "The LDAP attribute to use to generate the user`s ownCloud name." msgstr "LDAP atribūts, ko izmantot lietotāja ownCloud vārda veidošanai." #: templates/settings.php:84 msgid "Base User Tree" msgstr "Bāzes lietotāju koks" #: templates/settings.php:84 msgid "One User Base DN per line" msgstr "Viena lietotāju bāzes DN rindā" #: templates/settings.php:85 msgid "User Search Attributes" msgstr "Lietotāju meklēšanas atribūts" #: templates/settings.php:85 templates/settings.php:88 msgid "Optional; one attribute per line" msgstr "Neobligāti; viens atribūts rindā" #: templates/settings.php:86 msgid "Group Display Name Field" msgstr "Grupas redzamā nosaukuma lauks" #: templates/settings.php:86 msgid "The LDAP attribute to use to generate the groups`s ownCloud name." msgstr "LDAP atribūts, ko izmantot grupas ownCloud nosaukuma veidošanai." #: templates/settings.php:87 msgid "Base Group Tree" msgstr "Bāzes grupu koks" #: templates/settings.php:87 msgid "One Group Base DN per line" msgstr "Viena grupu bāzes DN rindā" #: templates/settings.php:88 msgid "Group Search Attributes" msgstr "Grupu meklēšanas atribūts" #: templates/settings.php:89 msgid "Group-Member association" msgstr "Grupu piederības asociācija" #: templates/settings.php:91 msgid "Special Attributes" msgstr "Īpašie atribūti" #: templates/settings.php:93 msgid "Quota Field" msgstr "Kvotu lauks" #: templates/settings.php:94 msgid "Quota Default" msgstr "Kvotas noklusējums" #: templates/settings.php:94 msgid "in bytes" msgstr "baitos" #: templates/settings.php:95 msgid "Email Field" msgstr "E-pasta lauks" #: templates/settings.php:96 msgid "User Home Folder Naming Rule" msgstr "Lietotāja mājas mapes nosaukšanas kārtula" #: templates/settings.php:96 msgid "" "Leave empty for user name (default). Otherwise, specify an LDAP/AD " "attribute." msgstr "Atstāt tukšu lietotāja vārdam (noklusējuma). Citādi, norādi LDAP/AD atribūtu." #: templates/settings.php:101 msgid "Internal Username" msgstr "" #: templates/settings.php:102 msgid "" "By default the internal username will be created from the UUID attribute. It" " makes sure that the username is unique and characters do not need to be " "converted. The internal username has the restriction that only these " "characters are allowed: [ a-zA-Z0-9_.@- ]. Other characters are replaced " "with their ASCII correspondence or simply omitted. On collisions a number " "will be added/increased. The internal username is used to identify a user " "internally. It is also the default name for the user home folder in " "ownCloud. It is also a port of remote URLs, for instance for all *DAV " "services. With this setting, the default behaviour can be overriden. To " "achieve a similar behaviour as before ownCloud 5 enter the user display name" " attribute in the following field. Leave it empty for default behaviour. " "Changes will have effect only on newly mapped (added) LDAP users." msgstr "" #: templates/settings.php:103 msgid "Internal Username Attribute:" msgstr "" #: templates/settings.php:104 msgid "Override UUID detection" msgstr "" #: templates/settings.php:105 msgid "" "By default, ownCloud autodetects the UUID attribute. The UUID attribute is " "used to doubtlessly identify LDAP users and groups. Also, the internal " "username will be created based on the UUID, if not specified otherwise " "above. You can override the setting and pass an attribute of your choice. " "You must make sure that the attribute of your choice can be fetched for both" " users and groups and it is unique. Leave it empty for default behaviour. " "Changes will have effect only on newly mapped (added) LDAP users and groups." msgstr "" #: templates/settings.php:106 msgid "UUID Attribute:" msgstr "" #: templates/settings.php:107 msgid "Username-LDAP User Mapping" msgstr "" #: templates/settings.php:108 msgid "" "ownCloud uses usernames to store and assign (meta) data. In order to " "precisely identify and recognize users, each LDAP user will have a internal " "username. This requires a mapping from ownCloud username to LDAP user. The " "created username is mapped to the UUID of the LDAP user. Additionally the DN" " is cached as well to reduce LDAP interaction, but it is not used for " "identification. If the DN changes, the changes will be found by ownCloud. " "The internal ownCloud name is used all over in ownCloud. Clearing the " "Mappings will have leftovers everywhere. Clearing the Mappings is not " "configuration sensitive, it affects all LDAP configurations! Do never clear " "the mappings in a production environment. Only clear mappings in a testing " "or experimental stage." msgstr "" #: templates/settings.php:109 msgid "Clear Username-LDAP User Mapping" msgstr "" #: templates/settings.php:109 msgid "Clear Groupname-LDAP Group Mapping" msgstr "" #: templates/settings.php:111 msgid "Test Configuration" msgstr "Testa konfigurācija" #: templates/settings.php:111 msgid "Help" msgstr "Palīdzība"