summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #10440 from owncloud/enforce-debugClark Tomlinson2014-08-151-7/+0
| | | | Remove ability to trigger DEBUG mode via cookie
* change error text color to white for better contrast, fix #10424Jan-Christoph Borchardt2014-08-151-3/+2
|
* Compare upload limit against biggest fileOliver Gasser2014-08-151-4/+7
| | | | | When uploading multiple files from the web interface, compare the PHP upload limit against the largest file, not against the sum of all files.
* Update public.phppzy2014-08-151-0/+5
| | | | | | | | | | added tag to make facebook load a preview picture Update public.php add check ifMimeSupported and put the thumbsize in a variable generate preview for all supported mimes
* in order to prevent false-positives on the code checker - exec and eval will ↵Thomas Müller2014-08-141-4/+0
| | | | not longer be grepped for
* we need the recipient as a additional parameter to know for which share the ↵Bjoern Schiessle2014-08-143-7/+9
| | | | notification was send
* Fix issue when no apps are enabledVincent Petry2014-08-141-0/+1
| | | | Properly initialize $apps array
* new unit test addedBjoern Schiessle2014-08-141-4/+42
|
* no error if we try to delete a file which no longer existsBjoern Schiessle2014-08-141-1/+2
|
* no special action for folder named 'Shared' neededBjoern Schiessle2014-08-141-1/+1
|
* add error message if user wants to rename a file which no longer existsBjoern Schiessle2014-08-142-4/+18
|
* Cast file id's to int so we can compare them properlyRobin Appelman2014-08-142-2/+3
|
* trigger lazy loading earlier, fix #9823Jan-Christoph Borchardt2014-08-141-1/+1
|
* Merge pull request #10406 from owncloud/japanese-stable7Thomas Müller2014-08-131-1/+1
|\ | | | | fix japanese lang code
| * fix japanese lang codeVolkan Gezer2014-08-131-1/+1
|/
* Typo fix NLVolkan Gezer2014-08-131-1/+1
|
* Load authentication backends before tryBasicAuthgekmihesg2014-08-131-0/+3
|
* add unit test for aes256/aes128Bjoern Schiessle2014-08-132-0/+192
|
* update existing unit testsBjoern Schiessle2014-08-135-127/+16
|
* support aes 256Bjoern Schiessle2014-08-1311-84/+337
|
* Merge pull request #10365 from owncloud/check_quota_on_new_via_web_stable7Jörn Friedrich Dreyer2014-08-131-0/+23
|\ | | | | check quota when trying to download a file via new -> web
| * check quota when trying to download a file via new -> webJörn Friedrich Dreyer2014-08-131-0/+23
|/
* fix broken variable name, recoveryPasswordSupported is now ↵Bjoern Schiessle2014-08-121-3/+3
| | | | recoveryEnabledForUser
* add unit testsBjoern Schiessle2014-08-121-0/+47
|
* fix detection of system wide mount pointsBjoern Schiessle2014-08-121-8/+33
|
* Merge pull request #10271 from miicha/patch-2Jan-Christoph Borchardt2014-08-121-4/+3
|\ | | | | Fix display of checkboxes in Pale Moon
| * remove obsolete code commentmiicha2014-08-111-2/+0
| |
| * Fix display of checkboxes in Pale Moonmiicha2014-08-071-2/+3
| | | | | | | | | | In Pale Moon (24.7.1) the checkboxes in the file list are not in the responding line on the icon but all of them are next to the "select all" checkbox. This fix should not change anything in Firefox and chromium (on windows) but as the comment states it has to be checked on KDE/Qt. BTW why is position absolute naccessary? For my understanding relative is exactly what you want to use in such a case...
* | remove 'no people found' entryBjoern Schiessle2014-08-121-12/+1
| |
* | Add scrollto to the url if sharing a file for long file listsTom Needham2014-08-111-3/+9
| |
* | Fix link to files and folders in internal share emailsTom Needham2014-08-111-4/+3
| |
* | in case $_POST['itemSourceName'] does not exist we simply default it to nullThomas Müller2014-08-111-1/+2
| |
* | Backport of #9848Jean-Louis Dupond2014-08-111-12/+18
| | | | | | | | | | | | | | | | Fix memberOf detection. Fixes: #9835 Fix remarks in #9848 Fix initializing in #9848
* | shared files/folders are not mountedThomas Müller2014-08-111-1/+1
| |
* | update unit test, min date should be always today + 1Bjoern Schiessle2014-08-111-3/+5
| |
* | set minDate always to today + one dayBjoern Schiessle2014-08-111-2/+8
| |
* | simplify app navigation lookJan-Christoph Borchardt2014-08-111-9/+2
| | | | | | | | | | | | * remove superfluous border as it is distinguished enough via background color * remove superfluous border from settings entry * fix settings entry width
* | Add group management to the public apiRobin Appelman2014-08-107-48/+235
| |
* | remove confusing 'automatic logon rejected' message, fix #8591Jan-Christoph Borchardt2014-08-091-8/+0
| |
* | Merge pull request #10287 from owncloud/fix_search_in_shared_files_stable7Thomas Müller2014-08-082-62/+101
|\ \ | | | | | | Fix search in shared files stable7
| * | add test for search() in shared cacheJörn Friedrich Dreyer2014-08-081-3/+75
| | |
| * | traverse folders in php to search in shared filesJörn Friedrich Dreyer2014-08-081-59/+26
| | |
* | | remove share permissions if user is excluded from sharingBjoern Schiessle2014-08-081-0/+10
| | |
* | | only show "share with others" and "share by link" navigation bar entries if ↵Bjoern Schiessle2014-08-081-18/+22
|/ / | | | | | | user is allowed to share files
* | add logout hook to remove keys from sessionBjoern Schiessle2014-08-084-4/+19
| |
* | implement a txt preview fallback for the case that ttf is not supportGeorg Ehrke2014-08-071-1/+8
| |
* | ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a ↵Arthur Schiwon2014-08-071-1/+1
|/ | | | unexisting function, fixes #9829
* Use human readable relative date for oc-dialog-filepickersTom Needham2014-08-071-1/+1
|
* we can only close the session if encryption is not usedThomas Müller2014-08-071-1/+4
|
* fix tiny thumbnails in public preview/share modeDan Jones2014-08-071-0/+1
|