aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/hook.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor names (#31405)wxiaoguang2024-06-191-4/+4
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-7/+2
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-2/+2
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+8
* Fix `Permission` in API returned repository struct (#25388)Jason Song2023-06-221-1/+2
* Add user webhooks (#21563)KN4CK3R2023-03-101-5/+1
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-3/+3
* Restructure `webhook` module (#22256)delvh2023-01-011-3/+4
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add Webhook authorization header (#20926)oliverpool2022-11-031-2/+11
* Decouple HookTask from Repository (#17940)KN4CK3R2022-10-211-1/+1
* Display total commit count in hook message (#21400)KN4CK3R2022-10-171-9/+10
* Fill the specified ref in webhook test payload (#20961)Jason Song2022-09-041-4/+12
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-1/+1
* RepoAssignment ensure to close before overwrite (#19449)65432022-04-211-0/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-2/+2
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-4/+4
* Move webhook into models/webhook/ (#17579)Lunny Xiao2021-11-101-7/+8
* [API] generalize list header (#16551)65432021-08-121-2/+15
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-291-9/+10
* [refactor] Unify the export of user data via API (#15144)65432021-03-271-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-5/+9
* Move webhook type from int to string (#13664)Lunny Xiao2020-12-081-1/+1
* Move Repo APIFormat to convert package (#13787)65432020-12-021-1/+1
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-181-1/+1
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-1/+10
* Swagger info corrections (#9441)65432019-12-201-8/+15
* Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/module...Lunny Xiao2019-11-101-1/+1
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-1/+1
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-2/+3
* fix wrong email when use gitea as OAuth2 provider (#7640)renothing2019-07-271-2/+2
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-1/+1
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-0/+4
* Fix swagger errors (#4220)Antoine GIRARD2018-06-121-1/+6
* API endpoint for testing webhook (#3550)Ethan Koenig2018-04-291-1/+57
* refactor: import order. (#3736)Bo-Yi Wu2018-03-291-2/+2
* Fix API status code for hook creation (#2814)Ethan Koenig2017-11-201-1/+1
* Update swagger documentation (#2899)Ethan Koenig2017-11-131-42/+117
* Improve swagger doc (#2274)Antoine GIRARD2017-08-211-7/+7
* Generate swagger json (#1402)Antoine GIRARD2017-05-021-3/+42
* Bug fixes for webhook API (#650)Ethan Koenig2017-01-141-2/+5
* Organization webhook API endpointsEthan Koenig2016-12-251-133/+15
* Bug fix for edit-hook API endpointEthan Koenig2016-12-091-2/+8
* golint fixed for routers (#208)Lunny Xiao2016-11-241-3/+7
ble29 Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/l10n/templates/files_sharing.pot
blob: 5b75f4173d542a2f9a94b81f23f624d82f1f3932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: ownCloud Core 8.0.0\n"
"Report-Msgid-Bugs-To: translations@owncloud.org\n"
"POT-Creation-Date: 2014-11-09 01:54-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: ajax/external.php:17
msgid "Server to server sharing is not enabled on this server"
msgstr ""

#: ajax/external.php:29
msgid "The mountpoint name contains invalid characters."
msgstr ""

#: ajax/external.php:44
msgid "Invalid or untrusted SSL certificate"
msgstr ""

#: ajax/external.php:58
msgid "Couldn't add remote share"
msgstr ""

#: appinfo/app.php:40 js/app.js:34
msgid "Shared with you"
msgstr ""

#: appinfo/app.php:52 js/app.js:53
msgid "Shared with others"
msgstr ""

#: appinfo/app.php:61 js/app.js:72
msgid "Shared by link"
msgstr ""

#: js/app.js:35
msgid "No files have been shared with you yet."
msgstr ""

#: js/app.js:54
msgid "You haven't shared any files yet."
msgstr ""

#: js/app.js:73
msgid "You haven't shared any files by link yet."
msgstr ""

#: js/external.js:48 js/external.js:59
msgid "Do you want to add the remote share {name} from {owner}@{remote}?"
msgstr ""

#: js/external.js:51 js/external.js:62
msgid "Remote share"
msgstr ""

#: js/external.js:65
msgid "Remote share password"
msgstr ""

#: js/external.js:76
msgid "Cancel"
msgstr ""

#: js/external.js:77
msgid "Add remote share"
msgstr ""

#: js/public.js:213
msgid "No ownCloud installation found at {remote}"
msgstr ""

#: js/public.js:214
msgid "Invalid ownCloud url"
msgstr ""

#: js/sharedfilelist.js:128
msgid "Shared by"
msgstr ""

#: templates/authenticate.php:4
msgid "This share is password-protected"
msgstr ""

#: templates/authenticate.php:7
msgid "The password is wrong. Try again."
msgstr ""

#: templates/authenticate.php:10 templates/authenticate.php:12
msgid "Password"
msgstr ""

#: templates/list.php:16
msgid "Name"
msgstr ""

#: templates/list.php:20
msgid "Share time"
msgstr ""

#: templates/part.404.php:3
msgid "Sorry, this link doesn’t seem to work anymore."
msgstr ""

#: templates/part.404.php:4
msgid "Reasons might be:"
msgstr ""

#: templates/part.404.php:6
msgid "the item was removed"
msgstr ""

#: templates/part.404.php:7
msgid "the link expired"
msgstr ""

#: templates/part.404.php:8
msgid "sharing is disabled"
msgstr ""

#: templates/part.404.php:10
msgid "For more info, please ask the person who sent this link."
msgstr ""

#: templates/public.php:38
msgid "Add to your ownCloud"
msgstr ""

#: templates/public.php:47
msgid "Download"
msgstr ""

#: templates/public.php:70
#, php-format
msgid "Download %s"
msgstr ""

#: templates/public.php:74
msgid "Direct link"
msgstr ""

#: templates/settings-admin.php:7
msgid "Server-to-Server Sharing"
msgstr ""

#: templates/settings-admin.php:12
msgid "Allow users on this server to send shares to other servers"
msgstr ""

#: templates/settings-admin.php:18
msgid "Allow users on this server to receive shares from other servers"
msgstr ""