Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/apps
AgeCommit message (Collapse)Author
2016-07-21Update with robinJoas Schilling
2016-07-21Fix apps/Joas Schilling
2016-07-21Merge pull request #477 from nextcloud/fix-layout-public-uploadMorris Jobke
move closing div to the right place
2016-07-21Use proper brandingLukas Reschke
Stable9 has this already
2016-07-21[tx-robot] updated from transifexNextcloud bot
2016-07-21Merge pull request #479 from nextcloud/add-bruteforce-throttlerLukas Reschke
Implement brute force protection
2016-07-20Implement brute force protectionLukas Reschke
Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login)
2016-07-20Merge pull request #476 from nextcloud/port-same-site-cookiesLukas Reschke
[master] Port Same-Site Cookies to master
2016-07-20Merge pull request #466 from nextcloud/escape-special-charactersLukas Reschke
Escape special characters (#25429)
2016-07-20Merge pull request #471 from nextcloud/storage-fopenspecialcharsMorris Jobke
Added storage tests for fopen with special chars
2016-07-20Merge pull request #467 from nextcloud/use-clipboard-apiRoeland Douma
Use clipboard api
2016-07-20Merge pull request #464 from nextcloud/master-change-load-orderRoeland Douma
[master] Change load order of auth backends so that we can throw an exception …
2016-07-20Merge pull request #468 from nextcloud/stringid-fixRoeland Douma
Cast share id to string (#25402)
2016-07-20[master] Port Same-Site Cookies to masterLukas Reschke
Fixes https://github.com/nextcloud/server/issues/50
2016-07-20move closing div to the right placeBjoern Schiessle
2016-07-20Merge pull request #470 from nextcloud/sftp-renameoverwritedirMorris Jobke
Fix overwriting folders on rename with SFTP
2016-07-20Merge pull request #402 from nextcloud/smb-notificationsMorris Jobke
smb update notifications
2016-07-20Added storage tests for fopen with special charsVincent Petry
This makes it possible to test special chars with unit tests. There is already a test for directories but there was none for file names.
2016-07-20Fix overwriting folders on rename with SFTPVincent Petry
This aligns the behavior with other storages and also fixes the failing unit test testRenameOverWriteDirectory
2016-07-20Cast share id to string (#25402)Vincent Petry
2016-07-20Use an icon to set the email instead of a button with stringThomas Müller
2016-07-20Add clipboard button to public share linkThomas Müller
2016-07-20Escape special characters (#25429)Aaron Wood
* Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Escape LIKE parameter * Use correct method in the AbstractMapping class * Change the getNamesBySearch method so that input can be properly escaped while still supporting matches * Don't escape hardcoded wildcard
2016-07-20Change load order of auth backends so that we can throw an exception in ↵Thomas Müller
OCA\DAV\Connector\Sabre\Auth - fixes #25362 (#25476)
2016-07-20Fix the HTML encoding when uploading a folder in FF when using french l10nJoas Schilling
2016-07-19Merge pull request #394 from nextcloud/tags-for-everythingMorris Jobke
SystemTags for everything not just files
2016-07-19[tx-robot] updated from transifexNextcloud bot
2016-07-18Merge pull request #414 from nextcloud/files_sharing_event_dispatcherBjörn Schießle
Files sharing event dispatcher
2016-07-18[tx-robot] updated from transifexNextcloud bot
2016-07-18Merge pull request #405 from nextcloud/theming-fixesBjörn Schießle
Theming fixes
2016-07-18Merge pull request #428 from nextcloud/setupfromtoken_sharemanagerMorris Jobke
Move SetupFromToken to ShareManager
2016-07-18Cleanup coding styleRoeland Jago Douma
2016-07-18Add eventdispatcher to public link viewRoeland Jago Douma
2016-07-18Move JS inclusion to ControllerRoeland Jago Douma
* This way we can easier load files conditionally
2016-07-18Merge pull request #412 from nextcloud/theming-foreground-colorJoas Schilling
Theming: invert foreground color on bright backgrounds
2016-07-18Move SetupFromToken to ShareManagerRoeland Jago Douma
2016-07-18Fix non-existing exception classJoas Schilling
2016-07-18Allow apps to register SystemTags pluginsJoas Schilling
2016-07-18Fix doc blocksJoas Schilling
2016-07-18Fix TODO and bring in abstraction (similar to comments)Joas Schilling
2016-07-18Merge pull request #379 from nextcloud/create_federated_share_on_mountMorris Jobke
Create federated share on mount
2016-07-17[tx-robot] updated from transifexNextcloud bot
2016-07-16Theming: Fix image paths for caret iconJulius Haertl
2016-07-16[tx-robot] updated from transifexNextcloud bot
2016-07-15Theming: Fix spaces in settings-admin.jsJulius Haertl
2016-07-15Theming: Add tests for inverted colorsJulius Haertl
2016-07-15Theming: Implement swapping the foreground color for bright colorsJulius Haertl
2016-07-15Fix PHPUnit 5.4 warnings in files_sharing testsRoeland Jago Douma
2016-07-15Add unit testsJoas Schilling
2016-07-15Merge pull request #407 from nextcloud/dav_phpunit_fixesMorris Jobke
Fix PHPUnit 5.4 warnings in DAV app