Joas Schilling
6b88d56e3a
Update the since version to 11.0.0
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
1dc23f2fd6
Remove the old activity extension
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
cf8b91be52
Add back the support for the short translations
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
27c08167df
Don't even try to combine when the subject is different
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
6ddf43e27a
Provider for the files app
Signed-off-by: Joas Schilling <coding@schilljs.com>
9 years ago
Joas Schilling
ca2124a2a1
Register the settings of the files app via info.xml
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
Joas Schilling
0d940e581a
Move the favorites filter to IFilter
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
Joas Schilling
5d71896c8e
Move files filter to IFilter
Signed-off-by: Joas Schilling <coding@schilljs.com>
10 years ago
Lukas Reschke
bc1008ac38
Use 11.0 instead 9.2
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>
9 years ago
Vincent Petry
1355f2039e
Transfer ownership now returns exit code on error ( #26546 )
9 years ago
Michael Jobst
03cbc7217c
disabling dropping on dragging objects temporarily
better solution
9 years ago
Vincent Petry
2b61b89391
Skip broken shares when transferring ownership ( #26527 )
9 years ago
Thomas Müller
506ccdbd8d
Introduce an event for first time login based on the last login time stamp
Use firstLogin event to trigger creation of default calendar and default address book
Delay login of admin user after setup so that firstLogin event can properly be processed for the admin
Fixing tests ...
Skeleton files are not copied over -> only 3 cache entries are remaining
Use updateLastLoginTimestamp to properly setup lastLogin value for a test user
10 years ago
Vincent Petry
3fe7186e31
First process group shares and then user shares
This prevents a validation failure where the code checks whether a file
is already shared with another user, but the check disables itself when
the owner is the same. Processing the groups first prevents the check
to kick in too early when the group share still has the old owner while
we try transferring the user share.
10 years ago
Nextcloud bot
8c1cd07de3
[tx-robot] updated from transifex
9 years ago
Nextcloud bot
1d65d31e0f
[tx-robot] updated from transifex
9 years ago
Nextcloud bot
cfda17d8f3
[tx-robot] updated from transifex
9 years ago
Nextcloud bot
8d7df51a0e
[tx-robot] updated from transifex
9 years ago
Christoph Wurst
c55718ae5e
update breadcrumb view whenever the share information on the directory info model changes
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
10 years ago
Christoph Wurst
bc1cb8a6d0
let users share the curren folder
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
10 years ago
Christoph Wurst
c5597baf88
show whether the current folder was shared or not
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
10 years ago
Nextcloud bot
8d954c0ece
[tx-robot] updated from transifex
9 years ago
Nextcloud bot
e217040402
[tx-robot] updated from transifex
9 years ago
Nextcloud bot
ca3616cb58
[tx-robot] updated from transifex
9 years ago
Roeland Jago Douma
87855aa97b
Added genertor helper & tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Roeland Jago Douma
3d6ee7ffc9
Update thumbnail endpoint to new generato
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Nextcloud bot
8471219b7c
[tx-robot] updated from transifex
10 years ago
Vincent Petry
f737426eca
Add using casing check/fix for initMountPoints
10 years ago
Vincent Petry
6a4ea2c15a
Upload autorename on client side
Removes the need for POST to collection which would hit against upload
limits.
The client tries to auto rename the file by adding a suffix "(2)".
It tries to use the file list on the client side to guess a
suitable name. In case a file still cannot be uploaded and creates a
conflict, which can happen when the file was concurrently uploaded, the
logic will continue increasing the suffix.
10 years ago
Vincent Petry
7e701504be
Remove upload_limit in files app as it is not needed with PUT upload ( #26069 )
The web UI now uses for PUT uploads which aren't restricted by PHP's
upload_max_filesize and post_max_size
Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
10 years ago
Bjoern Schiessle
f556c58c22
remove 'send mail notification' option from sharing, replaced by send-by-mail feature
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
10 years ago
Nextcloud bot
122fbf0092
[tx-robot] updated from transifex
10 years ago
Bjoern Schiessle
96c40d14a1
update permissions
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
10 years ago
Nextcloud bot
20f45e6fe4
[tx-robot] updated from transifex
10 years ago
Nextcloud bot
6d2d069c17
[tx-robot] updated from transifex
10 years ago
Nextcloud bot
1187a8c183
[tx-robot] updated from transifex
10 years ago
Nextcloud bot
035890aeb1
[tx-robot] updated from transifex
10 years ago
Roeland Jago Douma
83e7cfd13a
Fix more tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Roeland Jago Douma
740659a04c
Move away from OC_L10N
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Nextcloud bot
ad597d498d
[tx-robot] updated from transifex
10 years ago
Nextcloud bot
9984eba727
[tx-robot] updated from transifex
10 years ago
Nextcloud bot
a973c1bfb9
[tx-robot] updated from transifex
10 years ago
Vincent Petry
e456df14ab
Fix malformed attribute in files app
10 years ago
Vincent Petry
50b8221255
Highlight files and update storage stats at end of upload ( #26164 )
Properly trigger the "stop" even from the uploader.
Also update storage stats at the end of all uploads instead of for each
upload.
10 years ago
Nextcloud bot
e23a298a81
[tx-robot] updated from transifex
10 years ago
Vincent Petry
f374eb5f1d
More fixes to file upload
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Vincent Petry
f72ffa2f11
Fix js unit tests for webdav put upload changes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Vincent Petry
786e858d23
Add support for chunked upload
Hacked around Blueimp's jquery.fileupload to make it work with our new
chunking API.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
Vincent Petry
59c5be1cc5
Use Webdav PUT for uploads in the web browser
- uses PUT method with jquery.fileupload for regular and public file
lists
- for IE and browsers that don't support it, use POST with iframe
transport
- implemented Sabre plugin to handle iframe transport and redirect the
embedded PUT request to the proper handler
- added RFC5995 POST to file collection with "add-member" property to
make it possible to auto-rename conflicting file names
- remove obsolete ajax/upload.php and obsolete ajax routes
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
10 years ago
ryanwr
3e96f33995
Sort favorite files first Issue #1802
Signed-off-by: Ryan Welch <ryantwr@gmail.com>
10 years ago