summaryrefslogtreecommitdiffstats
path: root/apps/dav/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* Bump app versions as wellJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Adjust version requirementJoas Schilling2017-05-221-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Make legacy DAV backend use the BearerAuth backend as wellLukas Reschke2017-05-182-2/+11
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Do not list system users in contacts menu if sharing autocompletion is disabledChristoph Wurst2017-05-091-2/+8
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix initRoeland Jago Douma2017-05-081-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Always dispatch Carddav eventsRoeland Jago Douma2017-05-081-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* rename calendarobjects_properties -> calendarobjects_propsGeorg Ehrke2017-04-281-1/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add repairstep with backgroundjob to index calendar dataGeorg Ehrke2017-04-251-0/+1
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* add Nextcloud Search extension to CalDAVGeorg Ehrke2017-04-242-1/+73
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* Directly fix the valuesJoas Schilling2017-03-261-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #3802 from Ko-/masterRoeland Jago Douma2017-03-162-2/+6
|\ | | | | Check that set_time_limit is not disabled before calling it
| * Check that set_time_limit is not disabled before calling itKo-2017-03-112-2/+6
| | | | | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl>
* | Fix scheduling plugin on legacy caldav endpointJoas Schilling2017-03-161-1/+1
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add integration tests for legacy DAV endpointsLukas Reschke2017-02-102-0/+2
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Prevent PHP request to get killed when using fclose callback (#26775)Vincent Petry2017-01-232-0/+2
| | | | | | | | * Prevent PHP request to get killed when using fclose callback * Add ignore_user_abort everywhere where the time limit is set to 0 Signed-off-by: Robin Appelman <robin@icewind.nl>
* Fix legacy caldav endpointsRoeland Jago Douma2017-01-021-1/+1
| | | | | | | * CaldavBackend is now endpoint aware (use old style principals on old endpoint and new onces on new). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Add test execution against legacy DAV backendLukas Reschke2017-01-022-0/+2
| | | | | | Since the tests to quite hugely rely on sync tokens being present I also included those in the legacy backend. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #2273 from nextcloud/fix_invalid_calendarLukas Reschke2016-12-201-0/+1
|\ | | | | Add DAV repair step to fix calendar data
| * Add DAV repair step to fix calendar dataRoeland Jago Douma2016-11-241-0/+1
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Update app versions and requirementsJoas Schilling2016-12-131-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move event and todo parsing to new APIJoas Schilling2016-11-291-0/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move calendar activity parsing to new APIJoas Schilling2016-11-291-0/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move CalDAV activity settings to new APIJoas Schilling2016-11-291-0/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Move CalDAV activity filters to new APIJoas Schilling2016-11-291-0/+7
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Remove 9.1 migration steps in app dav (#25654)Thomas Müller2016-11-221-4/+0
|
* Hack to prevent warning for read-only wrapper in public linksVincent Petry2016-11-161-5/+3
| | | | | | | | | | | Storage wrappers should normally always be registered inside a presetup hook. However in the public link scenario this is not possible and there is currently no good alternative with the current architecture. Instead of logging a warning every time, this fix prevents the warning to be shown but also adds a FIXME in the code for the future. This is ok because this app is already using private/internal APIs at the moment and should be reworked properly in the future.
* Use 11.0 instead 9.2Lukas Reschke2016-11-151-1/+1
| | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Use the event dispatcherJoas Schilling2016-11-031-4/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Move the methods into a new classJoas Schilling2016-11-031-2/+4
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Only enable files_drop plugin when we actuall do files_dropRoeland Jago Douma2016-10-241-0/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make files_drop workRoeland Jago Douma2016-10-241-3/+9
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* fix issue #1482 - mail invites through v1 webdavClaudemir Todo Bom2016-10-121-0/+2
| | | | | Signed-off-by: Claudemir Todo Bom <claudemir@todobom.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [9.2] Register commands in info.xml (#26248)Thomas Müller2016-10-112-39/+6
| | | | | | | | | | | | * Use DI to load console commands from the apps - class name to be defined in the info.xml * Load commands from info.xml * Fix unit test * Allow Di magic for IMountManager Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Fix SyncJob class name in info.xmlJoas Schilling2016-10-061-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #1197 from nextcloud/oc-public-sharingLukas Reschke2016-09-272-1/+12
|\ | | | | CalDAV calendar public sharing
| * Use true random string as uri for public calendars - as a result we can no ↵Thomas Müller2016-09-261-1/+3
| | | | | | | | longer return the pre-publish-url
| * Add publicuri to oc_dav_shares table and start working with itThomas Citharel2016-09-262-1/+9
| |
| * fix things (indentation, tests, comments, backend custom implementationThomas Citharel2016-09-261-1/+2
| |
| * Make little correctionsThomas Citharel2016-09-261-1/+0
| | | | | | | | Function getPublishedStatus) is not working atm.
| * Proper work on PublishingThomas Citharel2016-09-261-0/+1
| |
* | Increase the max length for componentsJoas Schilling2016-09-272-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #1457 from nextcloud/upstream-fix-birthday-calendar-componentLukas Reschke2016-09-261-0/+1
|\ \ | |/ |/| [Upstream] fix birthday calendar component
| * Adding repair step to fix component of birthday calendarsThomas Müller2016-09-201-0/+1
| |
* | Use magic DIJoas Schilling2016-09-202-4/+5
|/
* Better displaynames for shared address booksJoas Schilling2016-08-241-1/+1
|
* Better displaynames for shared calendarsJoas Schilling2016-08-241-1/+1
|
* Increment the versions and adjust the capitilizationJoas Schilling2016-08-081-1/+1
|
* fix #724 by using step instead of jobBernhard Posselt2016-08-041-2/+2
|
* add dav property to check if a file has a preview availableRobin Appelman2016-07-272-2/+4
|
* Also increase the min versionJoas Schilling2016-07-221-1/+1
|
ot;" #: js/users.js:460 msgid "A valid password must be provided" msgstr "" #: js/users.js:484 msgid "Warning: Home directory for user \"{user}\" already exists" msgstr "" #: personal.php:45 personal.php:46 msgid "__language_name__" msgstr "" #: templates/admin.php:8 msgid "Everything (fatal issues, errors, warnings, info, debug)" msgstr "" #: templates/admin.php:9 msgid "Info, warnings, errors and fatal issues" msgstr "" #: templates/admin.php:10 msgid "Warnings, errors and fatal issues" msgstr "" #: templates/admin.php:11 msgid "Errors and fatal issues" msgstr "" #: templates/admin.php:12 msgid "Fatal issues only" msgstr "" #: templates/admin.php:22 templates/admin.php:36 msgid "Security Warning" msgstr "" #: templates/admin.php:25 #, php-format msgid "" "You are accessing %s via HTTP. We strongly suggest you configure your server " "to require using HTTPS instead." msgstr "" #: templates/admin.php:39 msgid "" "Your data directory and your files are probably accessible from the " "internet. The .htaccess file is not working. We strongly suggest that you " "configure your webserver in a way that the data directory is no longer " "accessible or you move the data directory outside the webserver document " "root." msgstr "" #: templates/admin.php:50 msgid "Setup Warning" msgstr "" #: templates/admin.php:53 msgid "" "Your web server is not yet properly setup to allow files synchronization " "because the WebDAV interface seems to be broken." msgstr "" #: templates/admin.php:54 #, php-format msgid "Please double check the <a href=\"%s\">installation guides</a>." msgstr "" #: templates/admin.php:65 msgid "Module 'fileinfo' missing" msgstr "" #: templates/admin.php:68 msgid "" "The PHP module 'fileinfo' is missing. We strongly recommend to enable this " "module to get best results with mime-type detection." msgstr "" #: templates/admin.php:79 msgid "Your PHP version is outdated" msgstr "" #: templates/admin.php:82 msgid "" "Your PHP version is outdated. We strongly recommend to update to 5.3.8 or " "newer because older versions are known to be broken. It is possible that " "this installation is not working correctly." msgstr "" #: templates/admin.php:93 msgid "Locale not working" msgstr "" #: templates/admin.php:98 msgid "System locale can not be set to a one which supports UTF-8." msgstr "" #: templates/admin.php:102 msgid "" "This means that there might be problems with certain characters in file " "names." msgstr "" #: templates/admin.php:106 #, php-format msgid "" "We strongly suggest to install the required packages on your system to " "support one of the following locales: %s." msgstr "" #: templates/admin.php:118 msgid "Internet connection not working" msgstr "" #: templates/admin.php:121 msgid "" "This server has no working internet connection. This means that some of the " "features like mounting of external storage, notifications about updates or " "installation of 3rd party apps don´t work. Accessing files from remote and " "sending of notification emails might also not work. We suggest to enable " "internet connection for this server if you want to have all features." msgstr "" #: templates/admin.php:135 msgid "Cron" msgstr "" #: templates/admin.php:142 msgid "Execute one task with each page loaded" msgstr "" #: templates/admin.php:150 msgid "" "cron.php is registered at a webcron service to call cron.php every 15 " "minutes over http." msgstr "" #: templates/admin.php:158 msgid "Use systems cron service to call the cron.php file every 15 minutes." msgstr "" #: templates/admin.php:163 msgid "Sharing" msgstr "" #: templates/admin.php:169 msgid "Enable Share API" msgstr "" #: templates/admin.php:170 msgid "Allow apps to use the Share API" msgstr "" #: templates/admin.php:177 msgid "Allow links" msgstr "" #: templates/admin.php:178 msgid "Allow users to share items to the public with links" msgstr "" #: templates/admin.php:186 msgid "Allow public uploads" msgstr "" #: templates/admin.php:187 msgid "" "Allow users to enable others to upload into their publicly shared folders" msgstr "" #: templates/admin.php:195 msgid "Allow resharing" msgstr "" #: templates/admin.php:196 msgid "Allow users to share items shared with them again" msgstr "" #: templates/admin.php:203 msgid "Allow users to share with anyone" msgstr "" #: templates/admin.php:206 msgid "Allow users to only share with users in their groups" msgstr "" #: templates/admin.php:213 msgid "Allow mail notification" msgstr "" #: templates/admin.php:214 msgid "Allow user to send mail notification for shared files" msgstr "" #: templates/admin.php:221 msgid "Security" msgstr "" #: templates/admin.php:234 msgid "Enforce HTTPS" msgstr "" #: templates/admin.php:236 #, php-format msgid "Forces the clients to connect to %s via an encrypted connection." msgstr "" #: templates/admin.php:242 #, php-format msgid "" "Please connect to your %s via HTTPS to enable or disable the SSL enforcement." msgstr "" #: templates/admin.php:254 msgid "Log" msgstr "" #: templates/admin.php:255 msgid "Log level" msgstr "" #: templates/admin.php:287 msgid "More" msgstr "" #: templates/admin.php:288 msgid "Less" msgstr "" #: templates/admin.php:294 templates/personal.php:173 msgid "Version" msgstr "" #: templates/admin.php:298 templates/personal.php:176 msgid "" "Developed by the <a href=\"http://ownCloud.org/contact\" target=\"_blank" "\">ownCloud community</a>, the <a href=\"https://github.com/owncloud\" " "target=\"_blank\">source code</a> is licensed under the <a href=\"http://www." "gnu.org/licenses/agpl-3.0.html\" target=\"_blank\"><abbr title=\"Affero " "General Public License\">AGPL</abbr></a>." msgstr "" #: templates/apps.php:13 msgid "Add your App" msgstr "" #: templates/apps.php:28 msgid "More Apps" msgstr "" #: templates/apps.php:33 msgid "Select an App" msgstr "" #: templates/apps.php:39 msgid "See application page at apps.owncloud.com" msgstr "" #: templates/apps.php:41 msgid "" "<span class=\"licence\"></span>-licensed by <span class=\"author\"></span>" msgstr "" #: templates/help.php:4 msgid "User Documentation" msgstr "" #: templates/help.php:6 msgid "Administrator Documentation" msgstr "" #: templates/help.php:9 msgid "Online Documentation" msgstr "" #: templates/help.php:11 msgid "Forum" msgstr "" #: templates/help.php:14 msgid "Bugtracker" msgstr "" #: templates/help.php:17 msgid "Commercial Support" msgstr "" #: templates/personal.php:8 msgid "Get the apps to sync your files" msgstr "" #: templates/personal.php:19 msgid "Show First Run Wizard again" msgstr "" #: templates/personal.php:27 #, php-format msgid "You have used <strong>%s</strong> of the available <strong>%s</strong>" msgstr "" #: templates/personal.php:39 templates/users.php:23 templates/users.php:89 msgid "Password" msgstr "" #: templates/personal.php:40 msgid "Your password was changed" msgstr "" #: templates/personal.php:41 msgid "Unable to change your password" msgstr "" #: templates/personal.php:42 msgid "Current password" msgstr "" #: templates/personal.php:44 msgid "New password" msgstr "" #: templates/personal.php:46 msgid "Change password" msgstr "" #: templates/personal.php:58 templates/users.php:88 msgid "Full Name" msgstr "" #: templates/personal.php:73 msgid "Email" msgstr "" #: templates/personal.php:75 msgid "Your email address" msgstr "" #: templates/personal.php:76 msgid "Fill in an email address to enable password recovery" msgstr "" #: templates/personal.php:86 msgid "Profile picture" msgstr "" #: templates/personal.php:91 msgid "Upload new" msgstr "" #: templates/personal.php:93 msgid "Select new from Files" msgstr "" #: templates/personal.php:94 msgid "Remove image" msgstr "" #: templates/personal.php:95 msgid "Either png or jpg. Ideally square but you will be able to crop it." msgstr "" #: templates/personal.php:97 msgid "Your avatar is provided by your original account." msgstr "" #: templates/personal.php:101 msgid "Abort" msgstr "" #: templates/personal.php:102 msgid "Choose as profile image" msgstr "" #: templates/personal.php:110 templates/personal.php:111 msgid "Language" msgstr "" #: templates/personal.php:130 msgid "Help translate" msgstr "" #: templates/personal.php:137 msgid "WebDAV" msgstr "" #: templates/personal.php:139 #, php-format msgid "" "Use this address to <a href=\"%s\" target=\"_blank\">access your Files via " "WebDAV</a>" msgstr "" #: templates/personal.php:150 msgid "Encryption" msgstr "" #: templates/personal.php:152 msgid "The encryption app is no longer enabled, please decrypt all your files" msgstr "" #: templates/personal.php:158 msgid "Log-in password" msgstr "" #: templates/personal.php:163 msgid "Decrypt all Files" msgstr "" #: templates/users.php:21 msgid "Login Name" msgstr "" #: templates/users.php:30 msgid "Create" msgstr "" #: templates/users.php:36 msgid "Admin Recovery Password" msgstr "" #: templates/users.php:37 templates/users.php:38 msgid "" "Enter the recovery password in order to recover the users files during " "password change" msgstr "" #: templates/users.php:42 msgid "Default Storage" msgstr "" #: templates/users.php:44 templates/users.php:139 msgid "Please enter storage quota (ex: \"512 MB\" or \"12 GB\")" msgstr "" #: templates/users.php:48 templates/users.php:148 msgid "Unlimited" msgstr "" #: templates/users.php:66 templates/users.php:163 msgid "Other" msgstr "" #: templates/users.php:87 msgid "Username" msgstr "" #: templates/users.php:94 msgid "Storage" msgstr "" #: templates/users.php:108 msgid "change full name" msgstr "" #: templates/users.php:112 msgid "set new password" msgstr "" #: templates/users.php:143 msgid "Default" msgstr ""